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)
commitd13c46c67e546bb1dc1c4dc7c43e388d0119276b
treeb65236b49a452b789fd87ea342657656d7661f93
parentbed86f15bdc23436fb30d09e2faa3dfb7d3834e1
DRM: armada: fix use of kfifo_put()

The kfifo_put() API changed in 498d319bb512 (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