From: Kurt Kanzenbach Date: Thu, 4 Apr 2013 14:03:11 +0000 (+0200) Subject: staging: usbip: simplified cleanup function X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~313 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b94b3a627f415b17f5451e2cd607164655f30491;p=pandora-kernel.git staging: usbip: simplified cleanup function This patch simplified "stub_device_free" cleanup function: - changed return type to void, since the return value is not checked anywhere - kfree is NULL-safe, so removed if statement - deleted debug-message Signed-off-by: Kurt Kanzenbach Signed-off-by: Stefan Reif Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed