Skip to content

Commit 3e70b3b

Browse files
Sebastian Ottdavem330
authored andcommitted
qeth: add owner to ccw driver
Fill in the owner of qeth's ccw device driver. Signed-off-by: Sebastian Ott <[email protected]> Signed-off-by: Frank Blaschka <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1da74b1 commit 3e70b3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/s390/net/qeth_core_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4041,6 +4041,7 @@ MODULE_DEVICE_TABLE(ccw, qeth_ids);
40414041

40424042
static struct ccw_driver qeth_ccw_driver = {
40434043
.driver = {
4044+
.owner = THIS_MODULE,
40444045
.name = "qeth",
40454046
},
40464047
.ids = qeth_ids,

0 commit comments

Comments
 (0)