Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media: usb: siano: Fix false-positive "uninitialized variable" warning
commit 45457c0 upstream. GCC complains about an apparently uninitialized variable recently added to smsusb_init_device(). It's a false positive, but to silence the warning this patch adds a trivial initialization. Signed-off-by: Alan Stern <[email protected]> Reported-by: kbuild test robot <[email protected]> CC: <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Change-Id: I90c05291e510ff33457b8a2877d264ff3dd2e6fc
- Loading branch information