From c33590778f6af045588f183f24f1954848adb66e Mon Sep 17 00:00:00 2001 From: Antti Palosaari Date: Mon, 14 Jul 2014 13:57:22 -0300 Subject: [PATCH] [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 Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/msi2500/msi2500.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/usb/msi2500/msi2500.c b/drivers/media/usb/msi2500/msi2500.c index e4f3f4e655d2..75d4376db3e0 100644 --- 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; -- 2.34.1