Re: [PATCH 1/1] net: phy: bcm-phy-lib: Fix module license issue

2015-10-15 Thread Arun Parameswaran
On 15-10-14 06:39 PM, David Miller wrote: > From: Arun Parameswaran > Date: Tue, 13 Oct 2015 13:40:12 -0700 > >> The 'bcm-phy-lib.c', added as a part of the commit >> "net: phy: Add Broadcom phy library for common interfaces" >> was missing the module license. This was causing an issue >> when t

Re: [PATCH 1/1] net: phy: bcm-phy-lib: Fix module license issue

2015-10-14 Thread David Miller
From: Arun Parameswaran Date: Tue, 13 Oct 2015 13:40:12 -0700 > The 'bcm-phy-lib.c', added as a part of the commit > "net: phy: Add Broadcom phy library for common interfaces" > was missing the module license. This was causing an issue > when the library is built as a module; "module license > 'u

[PATCH 1/1] net: phy: bcm-phy-lib: Fix module license issue

2015-10-13 Thread Arun Parameswaran
The 'bcm-phy-lib.c', added as a part of the commit "net: phy: Add Broadcom phy library for common interfaces" was missing the module license. This was causing an issue when the library is built as a module; "module license 'unspecified' taints kernel". This patch fixes the issue by adding the modu