mirror of https://gitee.com/openkylin/linux.git
staging/ft1000: fix the foo * bar warning
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b3a87c3767
commit
cfe116c2c0
|
@ -115,7 +115,7 @@ static inline u16 ft1000_read_fifo_len(struct net_device *dev)
|
|||
// value - value of dpram
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
u16 ft1000_read_dpram(struct net_device * dev, int offset)
|
||||
u16 ft1000_read_dpram(struct net_device *dev, int offset)
|
||||
{
|
||||
struct ft1000_info *info = netdev_priv(dev);
|
||||
unsigned long flags;
|
||||
|
|
Loading…
Reference in New Issue