The waring message will mislead developers and users. This will cause a potential damage. Fix the waring message to give developers and users the correct guidance. Signed-off-by: Navy Cheng <navych@xxxxxxx> --- drivers/staging/vme/devices/vme_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vme/devices/vme_user.c b/drivers/staging/vme/devices/vme_user.c index 19ba749..40097fe 100644 --- a/drivers/staging/vme/devices/vme_user.c +++ b/drivers/staging/vme/devices/vme_user.c @@ -785,7 +785,7 @@ static int vme_user_probe(struct vme_dev *vdev) vme_user_cdev->owner = THIS_MODULE; err = cdev_add(vme_user_cdev, MKDEV(VME_MAJOR, 0), VME_DEVS); if (err) { - dev_warn(&vdev->dev, "cdev_all failed\n"); + dev_warn(&vdev->dev, "cdev_add failed\n"); goto err_char; } -- 2.1.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel