commit | 7d203a9e11fa179306a9f49ad06eb3dd1b9d8614 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sat Apr 18 19:59:48 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri May 08 01:43:43 2015 +0200 |
tree | 3b4af93d469e6dc1d1648cbdbd1f06f87c06df9c | |
parent | 3091fa77ffb1b91f4ac3ae005efe6213508f7ec1 [diff] |
usb: storage: scsiglue: Remove SPRINTF macro use Single transform macros with hidden arguments are not particularly useful. Just use seq_printf directly instead. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>