OSDN Git Service

[media] media-device: make topology_version u64
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 16 Mar 2016 12:34:39 +0000 (05:34 -0700)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 6 Apr 2016 12:39:16 +0000 (05:39 -0700)
The uAPI defines it with 64 bits. Let's change the Kernel
implementation too.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
include/media/media-device.h

index 6d28606..07809f6 100644 (file)
@@ -357,7 +357,7 @@ struct media_device {
        u32 hw_revision;
        u32 driver_version;
 
-       u32 topology_version;
+       u64 topology_version;
 
        u32 id;
        struct ida entity_internal_idx;