Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;