aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm/ueagle-atm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/atm/ueagle-atm.c')
-rw-r--r--drivers/usb/atm/ueagle-atm.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/usb/atm/ueagle-atm.c b/drivers/usb/atm/ueagle-atm.c
index a2ae88dbda78..4333dc576a12 100644
--- a/drivers/usb/atm/ueagle-atm.c
+++ b/drivers/usb/atm/ueagle-atm.c
@@ -173,10 +173,10 @@ struct uea_softc {
173 const struct firmware *dsp_firm; 173 const struct firmware *dsp_firm;
174 struct urb *urb_int; 174 struct urb *urb_int;
175 175
176 void (*dispatch_cmv) (struct uea_softc *, struct intr_pkt *); 176 void (*dispatch_cmv)(struct uea_softc *, struct intr_pkt *);
177 void (*schedule_load_page) (struct uea_softc *, struct intr_pkt *); 177 void (*schedule_load_page)(struct uea_softc *, struct intr_pkt *);
178 int (*stat) (struct uea_softc *); 178 int (*stat)(struct uea_softc *);
179 int (*send_cmvs) (struct uea_softc *); 179 int (*send_cmvs)(struct uea_softc *);
180 180
181 /* keep in sync with eaglectl */ 181 /* keep in sync with eaglectl */
182 struct uea_stats { 182 struct uea_stats {
@@ -2454,7 +2454,7 @@ UEA_ATTR(firmid, 0);
2454 2454
2455/* Retrieve the device End System Identifier (MAC) */ 2455/* Retrieve the device End System Identifier (MAC) */
2456 2456
2457static int uea_getesi(struct uea_softc *sc, u_char * esi) 2457static int uea_getesi(struct uea_softc *sc, u_char *esi)
2458{ 2458{
2459 unsigned char mac_str[2 * ETH_ALEN + 1]; 2459 unsigned char mac_str[2 * ETH_ALEN + 1];
2460 int i; 2460 int i;