omap_hsmmc: fix missing parenthesis in pr_info
authorJuergen Kilb <J.Kilb@phytec.de>
Mon, 7 Nov 2011 17:18:19 +0000 (09:18 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 7 Nov 2011 17:18:19 +0000 (09:18 -0800)
commit17b2c6d5b0df402e71c3e88c2bee1a2eaabb6b69
treeb663bd6924f14523aa7617c0bcf319cb991288bf
parent0796c0486a5113456fd457727a61878b3f008952
omap_hsmmc: fix missing parenthesis in pr_info

In commit a3c76eb9 (mmc: replace printk with appropriate
display macro) the opening parenthesis of pr_info was missing.

Signed-off-by: Juergen Kilb <J.Kilb@phytec.de>