[PATCH] chardev: GPIO for SCx200 & PC-8736x: add platform_device for use w dev_dbg
authorJim Cromie <jim.cromie@gmail.com>
Tue, 27 Jun 2006 09:54:22 +0000 (02:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Jun 2006 00:32:43 +0000 (17:32 -0700)
commit58b087cda1e9e46c7061c2282f92bd8e1970bfe7
treecfc7e0df87fd0f27d3d0da04a3136d7104ab10a4
parent681a3e7dab868a8c390724494e8b79dc596b9e0f
[PATCH] chardev: GPIO for SCx200 & PC-8736x: add platform_device for use w dev_dbg

Adds platform-device to (just introduced) driver, and uses it to replace many
printks with dev_dbg() etc.  This could trivially be merged into previous
patch, but this way matches better with the corresponding patch that does the
same change to scx200_gpio.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/pc8736x_gpio.c