Skip to content

Commit

Permalink
[media] msi2500: print notice to point SDR API is not 100% stable yet
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Jul 22, 2014
1 parent 3912eb6 commit c335907
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/usb/msi2500/msi2500.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c335907

Please sign in to comment.