Skip to content
Commit d13c46c6 authored by Russell King's avatar Russell King
Browse files

DRM: armada: fix use of kfifo_put()

The kfifo_put() API changed in 498d319b

 (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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent bed86f15
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment