aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Uttenthaler <[email protected]>2023-01-20 12:26:16 +0100
committerMarc Kleine-Budde <[email protected]>2023-02-02 17:33:53 +0100
commitd5cd5d7fbd8cfb417d6473cd59136f24c7681972 (patch)
tree81a9f257b5a11a48a8342bef5e2bb9ffd389d1e8
parent946c4135fd486f7036b8270207d14628b634097e (diff)
can: ems_pci: Add myself as module author
Added myself as module author Signed-off-by: Gerhard Uttenthaler <[email protected]> Link: https://lore.kernel.org/all/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
-rw-r--r--drivers/net/can/sja1000/ems_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/can/sja1000/ems_pci.c b/drivers/net/can/sja1000/ems_pci.c
index 212d051c53c0..c56e27223e5f 100644
--- a/drivers/net/can/sja1000/ems_pci.c
+++ b/drivers/net/can/sja1000/ems_pci.c
@@ -21,6 +21,7 @@
#define DRV_NAME "ems_pci"
MODULE_AUTHOR("Sebastian Haas <[email protected]>");
+MODULE_AUTHOR("Gerhard Uttenthaler <[email protected]>");
MODULE_DESCRIPTION("Socket-CAN driver for EMS CPC-PCI/PCIe/104P CAN cards");
MODULE_LICENSE("GPL v2");