Skip to content

Commit 727265e

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9367/1: i2c: nomadik: drop owner assignment
Amba bus core already sets owner, so driver does not need to. Link: https://lore.kernel.org/r/[email protected] Acked-by: Linus Walleij <[email protected]> Acked-by: Andi Shyti <[email protected]> Acked-by: Suzuki K Poulose <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
1 parent 57c7aa7 commit 727265e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/i2c/busses/i2c-nomadik.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,6 @@ MODULE_DEVICE_TABLE(amba, nmk_i2c_ids);
11941194

11951195
static struct amba_driver nmk_i2c_driver = {
11961196
.drv = {
1197-
.owner = THIS_MODULE,
11981197
.name = DRIVER_NAME,
11991198
.pm = pm_ptr(&nmk_i2c_pm),
12001199
},

0 commit comments

Comments
 (0)