mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
media: rc: ir-spi: update Andi's e-mail
Because I will be leaving Samsung soon, update my e-mail to the etezian.org mail. Cc: Andi Shyti <andi@etezian.org> Signed-off-by: Andi Shyti <andi.shyti@samsung.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
39054f0741
commit
c42c3e61bf
@ -2,7 +2,7 @@
|
||||
// SPI driven IR LED device driver
|
||||
//
|
||||
// Copyright (c) 2016 Samsung Electronics Co., Ltd.
|
||||
// Copyright (c) Andi Shyti <andi.shyti@samsung.com>
|
||||
// Copyright (c) Andi Shyti <andi@etezian.org>
|
||||
|
||||
#include <linux/delay.h>
|
||||
#include <linux/fs.h>
|
||||
@ -173,6 +173,6 @@ static struct spi_driver ir_spi_driver = {
|
||||
|
||||
module_spi_driver(ir_spi_driver);
|
||||
|
||||
MODULE_AUTHOR("Andi Shyti <andi.shyti@samsung.com>");
|
||||
MODULE_AUTHOR("Andi Shyti <andi@etezian.org>");
|
||||
MODULE_DESCRIPTION("SPI IR LED");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
Loading…
Reference in New Issue
Block a user