[PATCH 1/6] net: thunderx: Force to load octeon-mdio before bgx driver.
Sergei Shtylyov
sergei.shtylyov at cogentembedded.com
Tue Dec 1 05:17:56 PST 2015
Hello.
On 12/1/2015 12:13 PM, Sunil Goutham wrote:
> From: Thanneeru Srinivasulu <tsrinivasulu at caviumnetworks.com>
>
> Signed-off-by: Thanneeru Srinivasulu <tsrinivasulu at caviumnetworks.com>
> Signed-off-by: Sunil Goutham <sgoutham at cavium.com>
> ---
> drivers/net/ethernet/cavium/thunder/thunder_bgx.c | 3 +++
> drivers/net/ethernet/cavium/thunder/thunder_bgx.h | 1 +
> 2 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/ethernet/cavium/thunder/thunder_bgx.c b/drivers/net/ethernet/cavium/thunder/thunder_bgx.c
> index 180aa9f..1fb72dd 100644
> --- a/drivers/net/ethernet/cavium/thunder/thunder_bgx.c
> +++ b/drivers/net/ethernet/cavium/thunder/thunder_bgx.c
> @@ -1009,6 +1009,9 @@ static int bgx_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
> struct bgx *bgx = NULL;
> u8 lmac;
>
> + /*Load octeon mdio driver*/
Please insert spaces after /* and before */ (unless it's a common comment
style in this driver).
[...]
MBR, Sergei
More information about the linux-arm-kernel
mailing list