From: Greg Kroah-Hartman Date: Wed, 25 Apr 2012 21:55:16 +0000 (-0700) Subject: USB: remove err() macro X-Git-Tag: v3.5-rc1~149^2~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af4e1ee04026908086d7ed252db2619a8ceaa333;p=pandora-kernel.git USB: remove err() macro I thought this had been removed years ago. All in-kernel users of this call have now been cleaned up and converted over to use dev_err() instead, which is the correct thing to do. Now that there are no users, the macro can be removed so no one else accidentally starts to use it. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed