Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170641
b: refs/heads/master
c: 8092886
h: refs/heads/master
i:
  170639: 6edb5a0
v: v3
  • Loading branch information
Ron Mercer authored and David S. Miller committed Oct 12, 2009
1 parent 701e8cf commit 69dd8ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: fda9b77c10a4db06e1431e6494a69e93a9dc5491
refs/heads/master: 80928860941023bb37e9c61927395d0eb753bc3b
6 changes: 2 additions & 4 deletions trunk/drivers/net/qlge/qlge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3311,10 +3311,8 @@ static int ql_adapter_initialize(struct ql_adapter *qdev)

/* Initialize the port and set the max framesize. */
status = qdev->nic_ops->port_initialize(qdev);
if (status) {
QPRINTK(qdev, IFUP, ERR, "Failed to start port.\n");
return status;
}
if (status)
QPRINTK(qdev, IFUP, ERR, "Failed to start port.\n");

/* Set up the MAC address and frame routing filter. */
status = ql_cam_route_initialize(qdev);
Expand Down

0 comments on commit 69dd8ad

Please sign in to comment.