Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265459
b: refs/heads/master
c: 23b7840
h: refs/heads/master
i:
  265457: 27cefd5
  265455: 5b4f646
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and Kalle Valo committed Aug 9, 2011
1 parent 4cd41f4 commit d0bcb58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ca06cadb732955fae377b435c83e3746123a71ac
refs/heads/master: 23b7840a1b1327fbcc2599e33f50b26d263d5328
7 changes: 2 additions & 5 deletions trunk/drivers/net/wireless/ath/ath6kl/htc_hif.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,16 +191,13 @@ int ath6kldev_submit_scat_req(struct ath6kl_device *dev,
scat_req->addr, !read ? "async" : "sync",
(read) ? "rd" : "wr");

if (!read && scat_req->virt_scat)
if (!read && scat_req->virt_scat) {
status = ath6kldev_cp_scat_dma_buf(scat_req, false);

if (status) {
if (!read) {
if (status) {
scat_req->status = status;
scat_req->complete(dev->ar->htc_target, scat_req);
return 0;
}
return status;
}

status = ath6kl_hif_scat_req_rw(dev->ar, scat_req);
Expand Down

0 comments on commit d0bcb58

Please sign in to comment.