Re: [PATCHv3 5/5] staging:android:ion: Remove empty release function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Sep 23, 2016 at 12:50:15PM +0300, Yannis Damigos wrote:
> This patch removes the empty function rmem_ion_device_release
> 
> Signed-off-by: Yannis Damigos <giannis.damigos@xxxxxxxxx>
> ---
>  drivers/staging/android/ion/ion_of.c | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/drivers/staging/android/ion/ion_of.c b/drivers/staging/android/ion/ion_of.c
> index 49f052c..91c0642 100644
> --- a/drivers/staging/android/ion/ion_of.c
> +++ b/drivers/staging/android/ion/ion_of.c
> @@ -158,15 +158,8 @@ static int rmem_ion_device_init(struct reserved_mem *rmem, struct device *dev)
>  	return 0;
>  }
>  
> -static void rmem_ion_device_release(struct reserved_mem *rmem,
> -				    struct device *dev)
> -{
> -	return;
> -}
> -
>  static const struct reserved_mem_ops rmem_dma_ops = {
>  	.device_init	= rmem_ion_device_init,
> -	.device_release	= rmem_ion_device_release,
>  };
>  
>  static int __init rmem_ion_setup(struct reserved_mem *rmem)
> -- 
> 2.10.0

Have you tested that this works?

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux