Commit c3359077 authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[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: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 3912eb6d
...@@ -1486,6 +1486,9 @@ static int msi3101_probe(struct usb_interface *intf, ...@@ -1486,6 +1486,9 @@ static int msi3101_probe(struct usb_interface *intf,
} }
dev_info(&s->udev->dev, "Registered as %s\n", dev_info(&s->udev->dev, "Registered as %s\n",
video_device_node_name(&s->vdev)); 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; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment