Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362343
b: refs/heads/master
c: c66bb3f
h: refs/heads/master
i:
  362341: 7233819
  362339: 6e65d6b
  362335: 5882512
v: v3
  • Loading branch information
Jens Axboe committed Apr 4, 2013
1 parent 534c2c7 commit b6ec28f
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: 0caff00390db41c98976e65f2ebc3eeaa4861358
refs/heads/master: c66bb3f075cfe2d17b2427e96e043622db02759c
4 changes: 2 additions & 2 deletions trunk/drivers/block/mtip32xx/mtip32xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2725,7 +2725,7 @@ static ssize_t show_device_status(struct device_driver *drv, char *buf)
spin_lock_irqsave(&dev_lock, flags);
size += sprintf(&buf[size], "Devices Present:\n");
list_for_each_entry_safe(dd, tmp, &online_list, online_list) {
if (dd && dd->pdev) {
if (dd->pdev) {
if (dd->port &&
dd->port->identify &&
dd->port->identify_valid) {
Expand Down Expand Up @@ -2755,7 +2755,7 @@ static ssize_t show_device_status(struct device_driver *drv, char *buf)

size += sprintf(&buf[size], "Devices Being Removed:\n");
list_for_each_entry_safe(dd, tmp, &removing_list, remove_list) {
if (dd && dd->pdev) {
if (dd->pdev) {
if (dd->port &&
dd->port->identify &&
dd->port->identify_valid) {
Expand Down

0 comments on commit b6ec28f

Please sign in to comment.