diff options
Diffstat (limited to 'drivers/char/synclink_gt.c')
-rw-r--r-- | drivers/char/synclink_gt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/synclink_gt.c b/drivers/char/synclink_gt.c index b046390cd256..738ec2f4e563 100644 --- a/drivers/char/synclink_gt.c +++ b/drivers/char/synclink_gt.c | |||
@@ -1365,7 +1365,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, | |||
1365 | } | 1365 | } |
1366 | 1366 | ||
1367 | info->params.encoding = new_encoding; | 1367 | info->params.encoding = new_encoding; |
1368 | info->params.crc_type = new_crctype;; | 1368 | info->params.crc_type = new_crctype; |
1369 | 1369 | ||
1370 | /* if network interface up, reprogram hardware */ | 1370 | /* if network interface up, reprogram hardware */ |
1371 | if (info->netcount) | 1371 | if (info->netcount) |