aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/usb
diff options
context:
space:
mode:
authorDavid Daney <ddaney@caviumnetworks.com>2011-01-25 09:59:37 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-04 11:43:59 -0800
commitac8d67417816fa7c568b24a8f2891eb02e6d0462 (patch)
tree77ca466e0dc5bc7466292cc16292649132c82bf0 /Documentation/usb
parentUSB: EHCI: Rearrange EHCI_URB_TRACE code to avoid GCC-4.6 warnings. (diff)
downloadlinux-dev-ac8d67417816fa7c568b24a8f2891eb02e6d0462.tar.xz
linux-dev-ac8d67417816fa7c568b24a8f2891eb02e6d0462.zip
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 <ddaney@caviumnetworks.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation/usb')
0 files changed, 0 insertions, 0 deletions