mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	[media] lirc_dev: remove superfluous get/put_device() calls
device_add() and friends already manage the references to the parent device so these calls aren't necessary. Signed-off-by: David Härdeman <david@hardeman.nu> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
		
							parent
							
								
									712551f0e4
								
							
						
					
					
						commit
						5be2b76a9c
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -69,8 +69,6 @@ static void lirc_release(struct device *ld)
 | 
			
		|||
{
 | 
			
		||||
	struct irctl *ir = container_of(ld, struct irctl, dev);
 | 
			
		||||
 | 
			
		||||
	put_device(ir->dev.parent);
 | 
			
		||||
 | 
			
		||||
	if (ir->buf_internal) {
 | 
			
		||||
		lirc_buffer_free(ir->buf);
 | 
			
		||||
		kfree(ir->buf);
 | 
			
		||||
| 
						 | 
				
			
			@ -230,8 +228,6 @@ int lirc_register_driver(struct lirc_driver *d)
 | 
			
		|||
 | 
			
		||||
	mutex_unlock(&lirc_dev_lock);
 | 
			
		||||
 | 
			
		||||
	get_device(ir->dev.parent);
 | 
			
		||||
 | 
			
		||||
	dev_info(ir->d.dev, "lirc_dev: driver %s registered at minor = %d\n",
 | 
			
		||||
		 ir->d.name, ir->d.minor);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue