mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 09:12:39 -04:00
[media] msi2500: print notice to point SDR API is not 100% stable yet
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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
3912eb6d1e
commit
c33590778f
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user