From: David Daney Date: Tue, 25 Jan 2011 17:59:37 +0000 (-0800) Subject: USB: EHCI: Rearrange create_companion_file() to avoid GCC-4.6 warnings. X-Git-Tag: v2.6.39-rc1~472^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8d67417816fa7c568b24a8f2891eb02e6d0462;p=pandora-kernel.git USB: EHCI: Rearrange create_companion_file() to avoid GCC-4.6 warnings. In create_companion_file() there is a bogus assignemt to i created for the express purpose of avoiding an ignored return value warning. With pre-release GCC-4.6, this causes a 'set but not used' warning. Kick the problem further down the road by just returning i. All the callers of create_companion_file() ignore its return value, so all is good: o No warnings are issued. o We still subvert the desires of the authors of device_create_file() by ignorning error conditions. Signed-off-by: David Daney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed