]> git.baikalelectronics.ru Git - kernel.git/commit
[media] s5p-mfc: Use NULL instead of 0 for pointer
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 14 Jan 2013 09:09:41 +0000 (06:09 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 5 Feb 2013 19:29:14 +0000 (17:29 -0200)
commitc7da0cdb004d3a91a80845176768aa8c345fc7cb
treed09d46635c1f394007d046abb2b0c7537103cf3e
parent7e0cd9d0b9637b4f93e53b67e395728622f153a3
[media] s5p-mfc: Use NULL instead of 0 for pointer

Fixes the following warning:
drivers/media/platform/s5p-mfc/s5p_mfc_opr.c:56:27: warning:
Using plain integer as NULL pointer

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-mfc/s5p_mfc_opr.c