From: Benjamin Romer Date: Fri, 5 Dec 2014 22:08:57 +0000 (-0500) Subject: staging: unisys: refactor resume_device() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~528 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=027b8c5b8b6cea2adc2db655841c9d24001bc6d4;p=pandora-kernel.git staging: unisys: refactor resume_device() Fix the function declaration so it is a single line. Fix CamelCase local variable names: busNo => bus_no devNo => dev_no Fix use of uuid_le_cmp() to check for 0 instead of using !uuid_le_cmp(). Signed-off-by: Bryan Thompson Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed