From: Peter Ujfalusi Date: Tue, 1 Apr 2014 13:23:50 +0000 (+0300) Subject: drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request fails X-Git-Tag: omap-for-v3.16/l3-noc-signed~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae22598a1199c1257b2de5643695221434ace1c3;p=pandora-kernel.git drivers: bus: omap_l3: Change pr_crit() to dev_err() when IRQ request fails Use dev_err() which will going to print the driver's name as well and the KERN_ERR level is sufficient in this case (we also print via dev_err when there is an error with the mem resources) Signed-off-by: Peter Ujfalusi Reviewed-by: Santosh Shilimkar Acked-by: Tony Lindgren Signed-off-by: Nishanth Menon Tested-by: Sekhar Nori --- Reading git-diff-tree failed