Skip to content

Commit

Permalink
net: korina: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Roman Yeryomin authored and David S. Miller committed Sep 18, 2017
1 parent 87736fc commit da1d2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/ethernet/korina.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
#include <asm/mach-rc32434/dma_v.h>

#define DRV_NAME "korina"
#define DRV_VERSION "0.10"
#define DRV_RELDATE "04Mar2008"
#define DRV_VERSION "0.20"
#define DRV_RELDATE "15Sep2017"

#define STATION_ADDRESS_HIGH(dev) (((dev)->dev_addr[0] << 8) | \
((dev)->dev_addr[1]))
Expand Down

0 comments on commit da1d2de

Please sign in to comment.