OMAP: mux: Add __func__ macro to pr_xxx macros
Removed mux: and added the __func__ macro to make debugging easier. Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Tony Lindgren <tony@atomide.com>
This commit is contained in:

committed by
Benoit Cousson

parent
fc63de829b
commit
032a6424ae
@@ -2049,7 +2049,7 @@ int __init omap3_mux_init(struct omap_board_mux *board_subset, int flags)
|
||||
package_balls = omap36xx_cbp_ball;
|
||||
break;
|
||||
default:
|
||||
printk(KERN_ERR "mux: Unknown omap package, mux disabled\n");
|
||||
pr_err("%s Unknown omap package, mux disabled\n", __func__);
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user