Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build fix for modular builds

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Morton
Date: Wednesday, April 30, 2008 - 8:29 am

On Wed, 30 Apr 2008 10:39:31 -0400 "Michael Krufky" <mkrufky@linuxtv.org> wrote:


hm.


They always are ;)  Watch this....

--- a/drivers/media/video/tuner-core.c~drivers-media-video-tuner-corec-tuner_probe-fix-error-check
+++ a/drivers/media/video/tuner-core.c
@@ -1181,7 +1181,7 @@ static int tuner_probe(struct i2c_client
 		case 0x60:
 			if (tuner_symbol_probe(tea5767_autodetection,
 					       t->i2c->adapter, t->i2c->addr)
-					!= EINVAL) {
+					!= -EINVAL) {
 				t->type = TUNER_TEA5767;
 				t->mode_mask = T_RADIO;
 				t->mode = T_STANDBY;
_

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PATCHES] V4L/DVB updates and fixes for 2.6.26, Mauro Carvalho Chehab, (Tue Apr 29, 2:50 pm)
Re: [GIT PATCHES] V4L/DVB updates and fixes for 2.6.26, Linus Torvalds, (Tue Apr 29, 2:59 pm)
Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates and ..., Mauro Carvalho Chehab, (Tue Apr 29, 5:00 pm)
Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates and ..., Patrick Boettcher, (Wed Apr 30, 1:02 am)
Re: [patch, -git] drivers/media build fix for modular builds, Mauro Carvalho Chehab, (Wed Apr 30, 8:25 am)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build ..., Andrew Morton, (Wed Apr 30, 8:29 am)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build ..., Mauro Carvalho Chehab, (Wed Apr 30, 8:48 am)
Re: [patch, -git] drivers/media build fix for modular builds, Mauro Carvalho Chehab, (Wed Apr 30, 9:12 am)
Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates and ..., Mauro Carvalho Chehab, (Wed Apr 30, 12:03 pm)
Re: [patch, -git] drivers/media build fix for modular builds, Mauro Carvalho Chehab, (Wed Apr 30, 2:35 pm)