commit | 0e84f2fd0d261ace1bde76b3c0ed6eee02126e85 | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@inria.fr> | Wed Jan 01 08:43:22 2020 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 08 17:55:24 2020 +0100 |
tree | 7c117f5c4383f2c240ab83e7a27a137dc6496afe | |
parent | 17da9b8e5ab89ad815671a95db1b53d835093060 [diff] |
usb: gadget: udc: atmel: constify copied structure The usba_gadget_template structure is only copied into another structure, so make it const. The opportunity for this change was found using Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Acked-by: Cristian Birsan <cristian.birsan@microchip.com> Link: https://lore.kernel.org/r/1577864614-5543-5-git-send-email-Julia.Lawall@inria.fr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>