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:
Dan Murphy
2010-11-15 09:50:50 -06:00
committed by Benoit Cousson
parent fc63de829b
commit 032a6424ae
5 changed files with 23 additions and 21 deletions

View File

@@ -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;
}