From: Benjamin Romer Date: Fri, 5 Dec 2014 22:09:02 +0000 (-0500) Subject: staging: unisys: refactor find_dev() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~523 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab12d8a00abefaa86edba121cc20db86f26ed7d3;p=pandora-kernel.git staging: unisys: refactor find_dev() Fix the function definition so that it is a single line. Fix CamelCase parameter names: busNo => bus_no devNo => dev_no Get rid of the goto and just break out of the for loop, since that does the exact same thing. Signed-off-by: Bryan Thompson Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed