Sujith Manoharan
caa0a99acd
ath9k_htc: Fix panic on FW download failure
Use the correct error condition exit in case firmware download
fails for some reason. Not doing so results in a panic:
usb 1-3: ath9k_htc: Transferred FW: ar9271.fw, size: 51280
usb 1-3: ath9k_htc: Firmware - ar9271.fw download failed
usb 1-3: ath9k_htc: Target is unresponsive
Failed to initialize the device
INFO: trying to register non-static key.
the code is fine but needs lockdep annotation.
turning off the locking correctness validator.
Pid: 2823, comm: insmod Tainted: G W 2.6.37-rc4-wl #11
Call Trace:
[<ffffffff81090d7e>] __lock_acquire+0xe3e/0x1d00
[<ffffffff813a9f14>] ? restore_args+0x0/0x30
[<ffffffff81058af1>] ? vprintk+0x321/0x500
[<ffffffff81092290>] lock_acquire+0xa0/0x190
[<ffffffffa02a0eac>] ? usb_kill_anchored_urbs+0x1c/0x80 [usbcore]
[<ffffffff813a8ea8>] _raw_spin_lock_irq+0x48/0x60
[<ffffffffa02a0eac>] ? usb_kill_anchored_urbs+0x1c/0x80 [usbcore]
[<ffffffff813a53fd>] ? printk+0x3c/0x3f
[<ffffffffa02a0eac>] usb_kill_anchored_urbs+0x1c/0x80 [usbcore]
[<ffffffffa0055388>] ath9k_hif_usb_dealloc_urbs+0x18/0x40 [ath9k_htc]
[<ffffffffa00557d7>] ath9k_hif_usb_probe+0x227/0x3d0 [ath9k_htc]
[<ffffffffa02a56ac>] usb_probe_interface+0x10c/0x210 [usbcore]
[<ffffffff812ae826>] driver_probe_device+0x96/0x1c0
[<ffffffff812ae9f3>] __driver_attach+0xa3/0xb0
[<ffffffff812ae950>] ? __driver_attach+0x0/0xb0
[<ffffffff812ad6ae>] bus_for_each_dev+0x5e/0x90
[<ffffffff812ae4c9>] driver_attach+0x19/0x20
[<ffffffff812ae038>] bus_add_driver+0x168/0x320
[<ffffffff812aec71>] driver_register+0x71/0x140
[<ffffffff811fc338>] ? __raw_spin_lock_init+0x38/0x70
[<ffffffffa02a438c>] usb_register_driver+0xdc/0x190 [usbcore]
[<ffffffffa0063000>] ? ath9k_htc_init+0x0/0x4f [ath9k_htc]
[<ffffffffa005599e>] ath9k_hif_usb_init+0x1e/0x20 [ath9k_htc]
[<ffffffffa006302b>] ath9k_htc_init+0x2b/0x4f [ath9k_htc]
[<ffffffff8100212f>] do_one_initcall+0x3f/0x180
[<ffffffff8109ef9b>] sys_init_module+0xbb/0x200
[<ffffffff8100bf52>] system_call_fastpath+0x16/0x1b
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-12-07 17:08:07 -05:00
..
2010-10-24 13:41:39 -07:00
2010-10-24 14:55:49 -07:00
2010-10-21 01:26:52 -07:00
2010-10-24 14:55:49 -07:00
2010-10-27 11:37:30 -07:00
2010-10-21 01:26:52 -07:00
2010-10-24 15:07:13 -07:00
2010-10-27 14:24:07 -07:00
2010-10-27 12:29:53 -07:00
2010-10-30 16:49:38 -07:00
2010-10-21 01:26:52 -07:00
2010-10-28 10:27:02 -07:00
2010-10-24 15:52:31 -07:00
2010-10-16 11:13:19 -07:00
2010-10-24 15:07:14 -07:00
2010-10-28 10:18:59 -07:00
2010-10-27 14:24:13 -07:00
2010-10-21 01:26:52 -07:00
2010-09-06 18:29:17 -07:00
2010-10-24 13:41:39 -07:00
2010-09-27 01:03:03 -07:00
2010-10-27 19:43:55 -07:00
2010-10-28 10:19:01 -07:00
2010-10-24 13:41:39 -07:00
2010-10-28 10:19:00 -07:00
2010-10-28 10:19:00 -07:00
2010-10-21 01:26:52 -07:00
2010-10-27 18:28:00 -07:00
2010-09-29 19:45:37 -07:00
2010-10-30 16:24:25 -07:00
2010-10-21 03:09:44 -07:00
2010-10-30 16:49:37 -07:00
2010-10-29 13:50:25 -07:00
2010-10-27 12:21:54 -07:00
2010-10-27 11:37:30 -07:00
2010-10-21 03:09:43 -07:00
2010-10-24 13:41:39 -07:00
2010-10-28 11:47:54 -07:00
2010-10-25 13:04:48 -07:00
2010-10-24 13:41:39 -07:00
2010-10-24 13:41:39 -07:00
2010-10-30 16:19:45 -07:00
2010-10-24 15:07:12 -07:00
2010-10-24 13:41:39 -07:00
2010-10-23 11:47:02 -07:00
2010-12-07 17:08:07 -05:00
2010-10-04 11:56:38 -07:00
2010-08-25 15:35:43 -07:00
2010-09-14 20:22:03 -07:00
2010-10-19 02:32:09 -07:00
2010-10-23 11:47:02 -07:00
2010-10-21 01:26:52 -07:00
2010-09-02 19:06:22 -07:00
2010-10-21 01:26:52 -07:00
2010-10-28 11:47:53 -07:00
2010-10-24 13:41:39 -07:00
2010-09-09 21:36:39 -07:00
2010-09-09 21:36:39 -07:00
2010-10-21 04:25:50 -07:00
2010-10-21 08:43:05 -07:00
2010-08-25 15:35:43 -07:00
2010-10-25 04:54:25 -04:00
2010-10-25 04:54:25 -04:00
2010-09-26 18:34:29 -07:00
2010-10-21 19:59:32 -07:00
2010-10-21 03:09:47 -07:00
2010-09-26 18:34:29 -07:00
2010-09-26 18:34:29 -07:00
2010-10-06 14:10:35 -07:00
2010-10-14 10:45:56 -07:00
2010-10-14 10:45:56 -07:00
2010-10-14 10:45:56 -07:00
2010-09-02 19:06:22 -07:00
2010-09-24 07:40:31 -07:00
2010-09-24 07:40:31 -07:00
2010-09-24 07:40:31 -07:00
2010-09-24 07:40:29 -07:00
2010-09-26 18:34:29 -07:00
2010-08-25 15:35:43 -07:00
2010-09-26 18:34:29 -07:00
2010-08-25 15:35:43 -07:00
2010-09-02 19:06:22 -07:00
2010-10-16 11:13:20 -07:00
2010-09-29 13:23:30 -07:00
2010-09-26 18:34:29 -07:00
2010-10-24 13:41:39 -07:00
2010-09-16 21:54:59 -07:00
2010-09-26 18:34:29 -07:00
2010-08-25 15:35:43 -07:00
2010-10-13 09:56:31 -07:00
2010-10-21 01:26:52 -07:00
2010-09-26 18:34:29 -07:00
2010-10-21 08:43:05 -07:00
2010-10-27 11:37:28 -07:00
2010-09-02 19:06:22 -07:00
2010-08-25 15:35:43 -07:00
2010-09-26 18:34:29 -07:00
2010-08-25 15:35:43 -07:00
2010-08-30 13:50:45 -07:00
2010-10-24 13:41:39 -07:00
2010-10-21 01:26:46 -07:00
2010-09-06 18:21:56 -07:00
2010-08-25 15:35:43 -07:00
2010-09-02 19:06:22 -07:00
2010-09-02 19:06:22 -07:00
2010-10-24 16:18:25 -07:00
2010-10-21 03:52:11 -07:00
2010-10-29 14:17:12 -07:00
2010-09-08 21:47:13 -07:00
2010-10-28 10:27:01 -07:00
2010-10-06 19:39:31 -07:00
2010-09-01 08:55:23 -06:00
2010-10-05 14:47:55 -07:00
2010-09-26 18:34:29 -07:00
2010-08-25 15:35:43 -07:00
2010-10-25 12:14:11 -07:00
2010-09-17 16:46:04 -07:00
2010-10-25 10:59:31 -07:00
2010-09-26 18:34:29 -07:00
2010-09-27 22:09:55 -07:00
2010-09-26 18:34:29 -07:00
2010-08-25 15:35:43 -07:00
2010-10-18 08:32:08 -07:00
2010-10-17 13:42:50 -07:00
2010-10-18 01:53:35 -07:00
2010-09-02 19:06:22 -07:00
2010-10-24 13:41:39 -07:00
2010-09-26 18:34:29 -07:00
2010-09-15 22:06:05 -07:00
2010-10-12 17:36:09 +02:00
2010-10-23 11:47:02 -07:00
2010-09-21 18:04:47 -07:00
2010-09-21 18:04:47 -07:00
2010-09-21 18:04:47 -07:00
2010-10-24 13:41:39 -07:00
2010-09-26 18:34:29 -07:00
2010-09-30 17:31:16 -07:00
2010-09-02 19:06:22 -07:00
2010-10-21 08:43:05 -07:00
2010-10-21 01:32:48 -07:00
2010-09-26 18:54:33 -07:00
2010-08-25 15:35:43 -07:00
2010-10-21 01:26:52 -07:00
2010-08-25 16:41:26 -07:00
2010-10-27 12:23:20 -07:00
2010-10-24 13:41:39 -07:00
2010-10-24 13:41:39 -07:00
2010-10-26 10:02:13 -07:00
2010-09-02 19:06:22 -07:00
2010-09-26 18:34:29 -07:00
2010-10-06 19:39:31 -07:00
2010-10-21 01:26:52 -07:00
2010-10-24 16:25:39 -07:00
2010-09-26 18:34:29 -07:00
2010-08-27 19:25:59 -07:00
2010-10-07 14:08:54 +01:00
2010-10-27 17:28:58 +01:00
2010-10-27 17:28:58 +01:00
2010-09-02 19:06:22 -07:00
2010-09-01 19:19:54 -07:00
2010-09-26 18:34:29 -07:00
2010-08-25 15:35:43 -07:00
2010-10-16 11:13:21 -07:00
2010-09-26 18:34:29 -07:00
2010-09-26 18:34:29 -07:00
2010-08-25 15:35:43 -07:00
2010-09-26 18:34:29 -07:00
2010-09-26 18:34:29 -07:00
2010-09-02 19:06:22 -07:00
2010-10-26 11:34:09 -07:00
2010-10-21 08:43:05 -07:00
2010-10-24 13:41:39 -07:00
2010-09-26 18:34:29 -07:00
2010-09-26 18:34:29 -07:00
2010-10-27 12:23:20 -07:00
2010-09-26 18:34:29 -07:00
2010-10-21 01:26:52 -07:00
2010-10-16 11:13:23 -07:00
2010-08-25 15:35:43 -07:00
2010-10-28 17:11:17 -07:00
2010-10-25 16:53:11 -07:00
2010-08-25 15:35:43 -07:00