Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263302
b: refs/heads/master
c: f15ea57
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Nicholas Bellinger committed Aug 22, 2011
1 parent 655dcb3 commit 67c3e11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ba7736696341ad4253125055c0c85aa9f42959a0
refs/heads/master: f15ea5780d08e4c96930c0d607d05e480ec588c8
4 changes: 2 additions & 2 deletions trunk/drivers/target/target_core_cdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,8 @@ target_emulate_modesense(struct se_cmd *cmd, int ten)
length += target_modesense_control(dev, &buf[offset+length]);
break;
default:
pr_err("Got Unknown Mode Page: 0x%02x\n",
cdb[2] & 0x3f);
pr_err("MODE SENSE: unimplemented page/subpage: 0x%02x/0x%02x\n",
cdb[2] & 0x3f, cdb[3]);
return PYX_TRANSPORT_UNKNOWN_MODE_PAGE;
}
offset += length;
Expand Down

0 comments on commit 67c3e11

Please sign in to comment.