commit | 09f993e6844a0cacec2ccff72f04c4fc436a2358 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Sat Feb 11 09:00:48 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Feb 13 20:09:38 2012 -0800 |
tree | db7a4c1fd16e7817f8571f245011d8cdf8f64f6d | |
parent | 5f01f7f301db567a7a2b99d012db1c408ce0e9de [diff] |
staging:iio:dac: Fix kcalloc parameters swapped The first parameter should be "number of elements" and the second parameter should be "element size". Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>