]> git.baikalelectronics.ru Git - kernel.git/commit
DRM: armada: fix use of kfifo_put()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 3 Mar 2014 14:49:51 +0000 (14:49 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 3 Mar 2014 17:47:22 +0000 (17:47 +0000)
commit767fc6d4fb3938f7224b55685d5253c92b3c178a
treeb65236b49a452b789fd87ea342657656d7661f93
parent0ad4469ff2e468ddd8257a104eb60987a01d355a
DRM: armada: fix use of kfifo_put()

The kfifo_put() API changed in 56334433215b (kfifo API type safety)
which now results in the wrong pointer being added to the kfifo ring,
which then causes an oops.  Fix this.

Cc: <stable@vger.kernel.org> # 3.13
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/armada/armada_drv.c