Commit 4fd74a77 authored by Aapo Tahkola's avatar Aapo Tahkola Committed by Mauro Carvalho Chehab

V4L/DVB (5612): M920x: rename function prefixes from m9206_foo to m920x_foo

Signed-off-by: default avatarAapo Tahkola <aet@rasterburn.org>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent bf2b4f67
This diff is collapsed.
...@@ -59,7 +59,7 @@ What any other bits might mean, or how to get the slave's ACK/NACK ...@@ -59,7 +59,7 @@ What any other bits might mean, or how to get the slave's ACK/NACK
response to a write, is unknown. response to a write, is unknown.
*/ */
struct m9206_state { struct m920x_state {
u16 filters[M9206_MAX_FILTERS]; u16 filters[M9206_MAX_FILTERS];
int filtering_enabled; int filtering_enabled;
int rep_count; int rep_count;
...@@ -68,7 +68,7 @@ struct m9206_state { ...@@ -68,7 +68,7 @@ struct m9206_state {
/* Initialisation data for the m920x /* Initialisation data for the m920x
*/ */
struct m9206_inits { struct m920x_inits {
u16 address; u16 address;
u8 data; u8 data;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment