From f8cfc0230909077d2e378c829ffeb7bdf71a890e Mon Sep 17 00:00:00 2001 From: Elena Oat Date: Thu, 27 Feb 2014 12:26:52 +0200 Subject: [PATCH] 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-format-patch failed