compare_ether_addr was removed in 3.14
[ps3linux_kernel_patches_314.git] / 0170-gelic-wireless-print-cmd-status.patch
blob0bddb838b883094deba107dd24cd9bc8887b5297
1 --- a/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 2012-01-26 01:39:32.000000000 +0100
2 +++ b/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 2012-02-03 15:42:14.996356826 +0100
3 @@ -183,7 +183,7 @@
4 &cmd->tag, &cmd->size);
5 if (cmd->status) {
6 complete(&cmd->done);
7 - pr_info("%s: cmd issue failed\n", __func__);
8 + pr_info("%s: cmd (%d) issue failed (%d)\n", __func__, cmd->cmd, cmd->status);
9 return;