projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3912eb6
)
[media] msi2500: print notice to point SDR API is not 100% stable yet
author
Antti Palosaari
<crope@iki.fi>
Mon, 14 Jul 2014 16:57:22 +0000
(13:57 -0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Tue, 22 Jul 2014 02:28:51 +0000
(23:28 -0300)
SDR API is very new and surprises may occur. Due to that print
notice to remind possible users.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/msi2500/msi2500.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/msi2500/msi2500.c
b/drivers/media/usb/msi2500/msi2500.c
index e4f3f4e655d2896c8e312a7ace0ecb2c5c4b6daf..75d4376db3e0fa51510d635950f7184887b028e5 100644
(file)
--- a/
drivers/media/usb/msi2500/msi2500.c
+++ b/
drivers/media/usb/msi2500/msi2500.c
@@
-1486,6
+1486,9
@@
static int msi3101_probe(struct usb_interface *intf,
}
dev_info(&s->udev->dev, "Registered as %s\n",
video_device_node_name(&s->vdev));
+ dev_notice(&s->udev->dev,
+ "%s: SDR API is still slightly experimental and functionality changes may follow\n",
+ KBUILD_MODNAME);
return 0;