From: Jean Delvare Date: Fri, 5 Nov 2010 14:59:29 +0000 (-0400) Subject: hwmon: (ltc4261) Fix error message format X-Git-Tag: v2.6.37-rc2~89^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=475200c088a14666a03ed7f789c7db1ff5281bc5;p=pandora-kernel.git hwmon: (ltc4261) Fix error message format adapter->id is deprecated and not set by any adapter driver, so this was certainly not what the author wanted to use. adapter->nr maybe, but as dev_err() already includes this value, as well as the client's address, there's no point repeating them. Better print a simple error message in plain English words. Signed-off-by: Jean Delvare Cc: Guenter Roeck Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed