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)
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>

No differences found