[media] dvb-frontends: Add static
Add static to tda m_* variables in the header. They don't need to be global. With some cleanup they could probably even be marked const. Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=68191 Reported-by: Christian Schneider <christian@ch-sc.de> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
b4e3e59fb5
commit
690130fe0b
@@ -1545,7 +1545,7 @@ static int r820t_imr_cross(struct r820t_priv *priv,
|
||||
cross[i].value = rc;
|
||||
|
||||
if (cross[i].value < tmp.value)
|
||||
memcpy(&tmp, &cross[i], sizeof(tmp));
|
||||
tmp = cross[i];
|
||||
}
|
||||
|
||||
if ((tmp.phase_y & 0x1f) == 1) { /* y-direction */
|
||||
|
Reference in New Issue
Block a user