]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00269623 mlb150: fix compile warning
authorDong Aisheng <b29396@freescale.com>
Tue, 16 Jul 2013 08:19:54 +0000 (16:19 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:14:14 +0000 (14:14 +0200)
commit5bbcc23ac45f254f385bb63c85ae84be7ca2e7ef
tree89287a834a98b923724ae43ae53a928a08ffb74d
parent2083f211f9924ed7478407d6cc04f905c3843611
ENGR00269623 mlb150: fix compile warning

  CC [M]  drivers/gpu/drm/drm_global.o
drivers/mxc/mlb/mxc_mlb150.c: In function 'mxc_mlb150_open':
drivers/mxc/mlb/mxc_mlb150.c:1910: warning: format '%x'
expects type 'unsigned int', but argument 2 has type 'void *'
....

Signed-off-by: Dong Aisheng <b29396@freescale.com>
drivers/mxc/mlb/mxc_mlb150.c