1 Sep 2008 05:14
linux-next: manual merge of the v4l-dvb tree
Stephen Rothwell <sfr <at> canb.auug.org.au>
2008-09-01 03:14:58 GMT
2008-09-01 03:14:58 GMT
Hi Mauro,
Today's linux-next merge of the v4l-dvb tree got a conflict in
drivers/media/radio/dsbr100.c between commit
59d1f04f76c8386d468f74c18fe5c008752c9340 ("USB: remove warn() macro from
usb.h") from the usb tree and commit
63057954eb49549963c4c5079381492575cab33a ("V4L/DVB (8778): radio: fix
incorrect video_register_device result check") from the v4l-dvb tree.
Just a context clash. I fixed it up (see below) and can carry the fix.
--
Cheers,
Stephen Rothwell sfr <at> canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
diff --cc drivers/media/radio/dsbr100.c
index d8e3857,0f06e6f..0000000
--- a/drivers/media/radio/dsbr100.c
+++ b/drivers/media/radio/dsbr100.c
<at> <at> <at> -413,9 -412,9 +414,10 <at> <at> <at> static int usb_dsbr100_open(struct inod
radio->muted = 1;
if (dsbr100_start(radio)<0) {
- warn("Radio did not start up properly");
+ dev_warn(&radio->usbdev->dev,
+ "Radio did not start up properly\n");
radio->users = 0;
+ unlock_kernel();
return -EIO;
}
(Continue reading)
Where can I find this change? I now looked at
git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
but it has no such a commit
RSS Feed