git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
614e884
)
iio: kfifo: Remove unused argument in iio_kfifo_allocate
author
Karol Wrona
<k.wrona@samsung.com>
Fri, 19 Dec 2014 17:39:24 +0000
(18:39 +0100)
committer
Jonathan Cameron
<jic23@kernel.org>
Fri, 26 Dec 2014 11:20:38 +0000
(11:20 +0000)
indio_dev was unused in function body plus some small style fix - add new
lines after "if(sth) return sth" and before the last return statement.
The argument was removed also in its client.
Signed-off-by: Karol Wrona <k.wrona@samsung.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
No differences found