Skip to content

Commit

Permalink
phy/bitbang: missing MODULE_LICENSE
Browse files Browse the repository at this point in the history
Missing MODULE_LICENSE(), loading this module taints the kernel.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Oct 20, 2007
1 parent 418d6f8 commit 5a46236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/phy/mdio-bitbang.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,5 @@ void free_mdio_bitbang(struct mii_bus *bus)
module_put(ctrl->ops->owner);
kfree(bus);
}

MODULE_LICENSE("GPL");

0 comments on commit 5a46236

Please sign in to comment.