From: H Hartley Sweeten Date: Fri, 9 Jul 2010 17:13:36 +0000 (-0700) Subject: Staging: dt3155: use the fbuffer pointer instead of looking it up X-Git-Tag: v2.6.36-rc1~520^2~1^2~191 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=843894ada9433fd7eb3ecd4d0ae24807f1edb622;p=pandora-kernel.git Staging: dt3155: use the fbuffer pointer instead of looking it up Instead of passing the minor number and having to look up the fbuffer, just pass the fbuffer directly to the buffer management code. Also, to make the code more consistent, change the push_empty() call so that the fbuffer is passed as the first parameter. Prototype the printques routine to avoid having to declare it as extern. Cleanup some of the comments in dt3155_isr.h. Signed-off-by: H Hartley Sweeten Cc: Scott Smedley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed