Skip to content

Commit

Permalink
powerpc/ps3: Printing fixups for l64 to ll64 convserion drivers/net
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Stephen Rothwell authored and Benjamin Herrenschmidt committed Feb 2, 2009
1 parent 34df9f6 commit 309ea62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ps3_gelic_wireless.c
Original file line number Diff line number Diff line change
Expand Up @@ -2168,7 +2168,7 @@ static void gelic_wl_connected_event(struct gelic_wl_info *wl,
complete(&wl->assoc_done);
netif_carrier_on(port_to_netdev(wl_port(wl)));
} else
pr_debug("%s: event %#lx under wpa\n",
pr_debug("%s: event %#llx under wpa\n",
__func__, event);
}

Expand Down

0 comments on commit 309ea62

Please sign in to comment.