mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	[media] media-device: make topology_version u64
The uAPI defines it with 64 bits. Let's change the Kernel implementation too. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
		
							parent
							
								
									3047f3f98e
								
							
						
					
					
						commit
						952f8eef90
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue