提交 5a147e8b 编写于 作者: S Stephen Rothwell 提交者: John W. Linville

ar9170: fix for driver-core ABI change

Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 cc755896
......@@ -42,6 +42,7 @@
#include <linux/usb.h>
#include <linux/firmware.h>
#include <linux/etherdevice.h>
#include <linux/device.h>
#include <net/mac80211.h>
#include "ar9170.h"
#include "cmd.h"
......@@ -739,10 +740,10 @@ static void ar9170_usb_firmware_failed(struct ar9170_usb *aru)
/* unbind anything failed */
if (parent)
down(&parent->sem);
device_lock(parent);
device_release_driver(&aru->udev->dev);
if (parent)
up(&parent->sem);
device_unlock(parent);
}
static void ar9170_usb_firmware_finish(const struct firmware *fw, void *context)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册