From: Russell King Date: Mon, 3 Mar 2014 14:49:51 +0000 (+0000) Subject: DRM: armada: fix use of kfifo_put() X-Git-Tag: v3.14-rc6~25^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d13c46c67e546bb1dc1c4dc7c43e388d0119276b;p=pandora-kernel.git 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: # 3.13 Signed-off-by: Russell King --- Reading git-diff-tree failed