Merge 3.12-rc2 into staging-next.
This resolves the merge problem with two iio drivers that Stephen Rothwell pointed out. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -41,6 +41,8 @@ struct iio_cb_buffer *iio_channel_get_all_cb(struct device *dev,
|
||||
goto error_ret;
|
||||
}
|
||||
|
||||
iio_buffer_init(&cb_buff->buffer);
|
||||
|
||||
cb_buff->private = private;
|
||||
cb_buff->cb = cb;
|
||||
cb_buff->buffer.access = &iio_cb_access;
|
||||
|
||||
Reference in New Issue
Block a user