From 482f0a21904583923d5c37f84586839c026a734b Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Fri, 2 May 2014 13:50:14 +0100 Subject: [PATCH] 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-format-patch failed