]> git.baikalelectronics.ru Git - kernel.git/commit
usb: [ARM] fix unresolved err() reference in host/ohci-pxa27x.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 1 May 2012 21:36:54 +0000 (17:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 May 2012 22:36:09 +0000 (18:36 -0400)
commit0aedd1562f1a330ceb347335b883ddc776350f72
tree35e40fef155b2b7ff6c4ce12092707bdb252afd7
parent1295a61af738eeabf4a8f50756b89080419947a7
usb: [ARM] fix unresolved err() reference in host/ohci-pxa27x.c

Commit 996fc05a2d88f9fd4e821d2b7cc532f173d7b25d (usb-next)

    "USB: remove err() macro"

was preceeded by a tree-wide cleanup of users, however this
one squeaked through the cracks because it had whitespace
between the function name and the bracket for the args.

Map it onto dev_err, just like all the "pre-commits" made
in advance of 996fc05a2d88, such as the example seen in
the commit ed14a2a187bbb550160e8e7311fefad6de0e75b4:

    "USB: ohci-xls.c: remove err() usage"

Build tested with the ARM magician_defconfig settings.

Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-pxa27x.c