Skip to content

Commit

Permalink
staging: octeon: '&pointer[0]' to 'pointer' fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Andy Shevchenko authored and Greg Kroah-Hartman committed Sep 20, 2010
1 parent a3cf4b4 commit 369ae8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/octeon/ethernet.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ int cvm_oct_common_init(struct net_device *dev)

if (cvm_oct_mac_addr_offset >= octeon_bootinfo->mac_addr_count)
printk(KERN_DEBUG "%s: Using MAC outside of the assigned range:"
" %pM\n", dev->name, &sa.sa_data[0]);
" %pM\n", dev->name, sa.sa_data);
cvm_oct_mac_addr_offset++;

/*
Expand Down

0 comments on commit 369ae8b

Please sign in to comment.