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

Commit bac632462057c62173d12af06da339e158736ef2 (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 bac632462057, such as the example seen in
the commit 603f30bf411043eb54c2c4af68d39f5858ef1685:

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

Build tested with the MIPS pnx8550-jbs_defconfig settings.

Cc: Ralf Baechle <ralf@linux-mips.org>
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-pnx8550.c