Commit 23eb2c86 authored by Niklas Söderlund's avatar Niklas Söderlund Committed by Mauro Carvalho Chehab

[media] rcar-vin: arrange enum chip_id in chronological order

Signed-off-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 325527a6
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
#define HW_BUFFER_MASK 0x7f #define HW_BUFFER_MASK 0x7f
enum chip_id { enum chip_id {
RCAR_GEN2,
RCAR_H1, RCAR_H1,
RCAR_M1, RCAR_M1,
RCAR_GEN2,
}; };
/** /**
......
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