Re: [PATCH] Bluetooth: serdev: Constify serdev_device_ops

From: Marcel Holtmann
Date: Wed May 13 2020 - 03:28:11 EST


Hi Rikard,

> serdev_device_ops is not modified and can be const. Also, remove the
> unneeded declaration of it.
>
> Output from the file command before and after:
>
> Before:
> text data bss dec hex filename
> 7192 2408 192 9792 2640 drivers/bluetooth/hci_serdev.o
>
> After:
> text data bss dec hex filename
> 7256 2344 192 9792 2640 drivers/bluetooth/hci_serdev.o
>
> Signed-off-by: Rikard Falkeborn <rikard.falkeborn@xxxxxxxxx>
> ---
> drivers/bluetooth/hci_serdev.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel