From: Paul Bolle Date: Mon, 19 Nov 2012 20:04:11 +0000 (+0100) Subject: mfd: lpc_ich: One uninitialized cell is no error X-Git-Tag: v3.8-rc1~85^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c418844dce21fa7000b51190f393c7d6a7ee12d;p=pandora-kernel.git mfd: lpc_ich: One uninitialized cell is no error At every boot of an (outdated) laptop lpc_ich prints an error: lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized But if one looks at lpc_ich's probe function one notices that the code only cares if both lpc_ich_init_wdt() and lpc_ich_init_gpio() fail to add any cells. So stop treating the failure to add a single cell as an error. Those messages can be printed at notice level. And then only warn if no cells were added. Signed-off-by: Paul Bolle Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed