From: Paul Gortmaker Date: Tue, 1 May 2012 21:38:21 +0000 (-0400) Subject: usb: [MIPS] fix unresolved err() reference in host/ohci-pnx8550.c X-Git-Tag: v3.5-rc1~149^2~248 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50447d74fd2f402d5e4f3ab3fc362b5da273be10;p=pandora-kernel.git usb: [MIPS] fix unresolved err() reference in host/ohci-pnx8550.c Commit af4e1ee04026908086d7ed252db2619a8ceaa333 (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 af4e1ee04026, such as the example seen in the commit d57b177208b6ec20cacd7321ee32ef02f9f9e7fa: "USB: ohci-xls.c: remove err() usage" Build tested with the MIPS pnx8550-jbs_defconfig settings. Cc: Ralf Baechle Cc: Alan Stern Signed-off-by: Paul Gortmaker Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed