[media] si2168: Small typo fix (SI2157 -> SI2168)
Signed-off-by: Olli Salonen <olli.salonen@iki.fi> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Родитель
1d518c2763
Коммит
b02db9e1e0
|
@ -36,9 +36,9 @@ struct si2168 {
|
||||||
};
|
};
|
||||||
|
|
||||||
/* firmare command struct */
|
/* firmare command struct */
|
||||||
#define SI2157_ARGLEN 30
|
#define SI2168_ARGLEN 30
|
||||||
struct si2168_cmd {
|
struct si2168_cmd {
|
||||||
u8 args[SI2157_ARGLEN];
|
u8 args[SI2168_ARGLEN];
|
||||||
unsigned wlen;
|
unsigned wlen;
|
||||||
unsigned rlen;
|
unsigned rlen;
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче