[PATCH] Staging: vme: fix a wrong waring in vme_user_probe()

Navy Cheng navych at 126.com
Wed Aug 5 05:24:52 UTC 2015


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 at 126.com>
---
 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




More information about the devel mailing list