aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/go7007/go7007-driver.c
diff options
context:
space:
mode:
authorPete Eberlein <pete@sensoray.com>2008-10-30 12:56:33 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:06 -0800
commitd73f822ce775e004836ffc01ce9feae27d0d65cf (patch)
tree4b731a46fdd6536417ff5f1ee8d2091500ccb83e /drivers/staging/go7007/go7007-driver.c
parentStaging: echo: Lindent drivers/staging/echo (diff)
downloadlinux-dev-d73f822ce775e004836ffc01ce9feae27d0d65cf.tar.xz
linux-dev-d73f822ce775e004836ffc01ce9feae27d0d65cf.zip
Staging: go7007: saa7134 updates
- Added documentation including README files from the original go7007 driver package. - Added Video4Linux2 MPEG controls. - Added Video4Linux2 audio ioctls, which pass thru to the i2c driver. - Improved saa7134 interface, to pass thru controls and video settings. - Fixed a bug in sony tuner, as reported by Bifferos on the Go7007 wiki. Signed-off-by: Pete Eberlein <pete@sensoray.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/go7007/go7007-driver.c')
-rw-r--r--drivers/staging/go7007/go7007-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/go7007/go7007-driver.c b/drivers/staging/go7007/go7007-driver.c
index e4ead96679c8..510c23b46848 100644
--- a/drivers/staging/go7007/go7007-driver.c
+++ b/drivers/staging/go7007/go7007-driver.c
@@ -227,7 +227,7 @@ static int init_i2c_module(struct i2c_adapter *adapter, int id, int addr)
return 0;
if (modname != NULL)
printk(KERN_INFO
- "go7007: probing for module %s failed", modname);
+ "go7007: probing for module %s failed\n", modname);
else
printk(KERN_INFO
"go7007: sensor %u seems to be unsupported!\n", id);