Skip to content

Commit

Permalink
staging:media: Use dev_info() instead of pr_info()
Browse files Browse the repository at this point in the history
Use dev_info instead of pr_info() in go7007-usb.c.

Signed-off-by: Dulshani Gunawardhana <dulshani.gunawardhana89@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Dulshani Gunawardhana authored and Greg Kroah-Hartman committed Oct 27, 2013
1 parent 44ee8e8 commit a152e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/media/go7007/go7007-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ static int go7007_usb_probe(struct usb_interface *intf,
board = &board_lifeview_lr192;
break;
case GO7007_BOARDID_SENSORAY_2250:
pr_info("Sensoray 2250 found\n");
dev_info(go->dev, "Sensoray 2250 found\n");
name = "Sensoray 2250/2251";
board = &board_sensoray_2250;
break;
Expand Down

0 comments on commit a152e87

Please sign in to comment.