From: Elena Oat Date: Thu, 27 Feb 2014 10:26:52 +0000 (+0200) Subject: Staging: usbip: Fix the warning of unchecked sscanf return value. X-Git-Tag: v3.15-rc1~139^2~818 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8cfc0230909077d2e378c829ffeb7bdf71a890e;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed