]> git.baikalelectronics.ru Git - kernel.git/commit
media: dvb_frontend: initialize variable s with FE_NONE instead of 0
authorColin Ian King <colin.king@canonical.com>
Fri, 21 Jul 2017 16:01:00 +0000 (12:01 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 27 Aug 2017 21:58:44 +0000 (17:58 -0400)
commit55cd24ed34165afa16b46bc7c6cadba55ed3f359
treea6acbc692df92be600251083e345e430980b9b32
parentd4a6dd6a46500afa609e715edec0d48029b1675e
media: dvb_frontend: initialize variable s with FE_NONE instead of 0

GIT_AUTHOR_NAME=Colin King
GIT_AUTHOR_EMAIL=colin.king@canonical.com

In a previous commit, we added FE_NONE as an unknown fe_status.
Initialize variable s to FE_NONE instead of the more opaque value 0.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dvb_frontend.c