aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/ipwireless/hardware.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/ipwireless/hardware.c')
-rw-r--r--drivers/tty/ipwireless/hardware.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/ipwireless/hardware.c b/drivers/tty/ipwireless/hardware.c
index b4ba0670dc54..97a511f4185d 100644
--- a/drivers/tty/ipwireless/hardware.c
+++ b/drivers/tty/ipwireless/hardware.c
@@ -646,7 +646,7 @@ static void queue_received_packet(struct ipw_hardware *hw,
646 (*assem) = pool_allocate(hw, *assem, length); 646 (*assem) = pool_allocate(hw, *assem, length);
647 if (!(*assem)) { 647 if (!(*assem)) {
648 printk(KERN_ERR IPWIRELESS_PCCARD_NAME 648 printk(KERN_ERR IPWIRELESS_PCCARD_NAME
649 ": no memory for incomming data packet, dropped!\n"); 649 ": no memory for incoming data packet, dropped!\n");
650 return; 650 return;
651 } 651 }
652 (*assem)->protocol = protocol; 652 (*assem)->protocol = protocol;
@@ -670,7 +670,7 @@ static void queue_received_packet(struct ipw_hardware *hw,
670 packet = pool_allocate(hw, NULL, length); 670 packet = pool_allocate(hw, NULL, length);
671 if (!packet) { 671 if (!packet) {
672 printk(KERN_ERR IPWIRELESS_PCCARD_NAME 672 printk(KERN_ERR IPWIRELESS_PCCARD_NAME
673 ": no memory for incomming ctrl packet, dropped!\n"); 673 ": no memory for incoming ctrl packet, dropped!\n");
674 return; 674 return;
675 } 675 }
676 packet->protocol = protocol; 676 packet->protocol = protocol;