Skip to content
Snippets Groups Projects
Commit 1533e457 authored by Hardik Singh Rathore's avatar Hardik Singh Rathore Committed by Jonathan Cameron
Browse files

staging: iio: adt7316: drop unnecessary initialization of variables


Initialization is unnecessary when the variable is written before it is
read. There were some occasions in which the driver would initialize `ret'
during declaration without need.

Purely a cosmetic change with no functional impact.

Signed-off-by: default avatarHardik Singh Rathore <hardiksingh.k@gmail.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 618ab57f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment