commit | f8cfc0230909077d2e378c829ffeb7bdf71a890e | [log] [tgz] |
---|---|---|
author | Elena Oat <oat.elena@gmail.com> | Thu Feb 27 12:26:52 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 27 15:12:11 2014 -0800 |
tree | 95098ed685dcd3e4cdeb255dde2c34e9c4cb9f3b | |
parent | fdffa6f2b3a2385ecfc6516259e4c99d6feb7139 [diff] |
Staging: usbip: Fix the warning of unchecked sscanf return value. The return value of sscanf in stub_dev.c is not checked. This patch adds the checking of the return value. Signed-off-by: Elena Oat <oat.elena@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>