Loading
scsi: ufs: fix two minor potential errors
Two variables 'err' and 'offset' might be used uninitialized. Fix this by
giving them proper initial values and checking sanity of 'offset' before
use it.
Change-Id: I3dc842656b6da9932edc09da111dd2fb78d957f6
Signed-off-by:
Can Guo <cang@codeaurora.org>