RE: [PATCH v2 4/4] net: phy: realtek: cleanup code

From: Jongsung Kim
Date: Sun May 12 2013 - 22:48:43 EST


Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> :
>> - .suspend = genphy_suspend,
>> - .resume = genphy_resume,
>> + .suspend = &genphy_suspend,
>> + .resume = &genphy_resume,
>
> Contrariwise, you should have dropped & from the other functions.
>It's completely superfluous.
>

Agreed. Thank you for your comment, Sergei.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/