commit | d13c46c67e546bb1dc1c4dc7c43e388d0119276b | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Mar 03 14:49:51 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Mar 03 17:47:22 2014 +0000 |
tree | b65236b49a452b789fd87ea342657656d7661f93 | |
parent | bed86f15bdc23436fb30d09e2faa3dfb7d3834e1 [diff] |
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>