From: Ian Abbott Date: Fri, 2 May 2014 12:50:14 +0000 (+0100) Subject: staging: comedi: remove async parameter from resize_async_buffer() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1039 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=482f0a21904583923d5c37f84586839c026a734b;p=pandora-kernel.git staging: comedi: remove async parameter from resize_async_buffer() The `struct comedi_async *async` parameter of `resize_async_buffer()` is redundant as its value can be easily derived from the `struct comedi_subdevice *s` parameter as `s->async`. Remove the parameter. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed