Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206058
b: refs/heads/master
c: 94f5659
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Aug 3, 2010
1 parent b05a06f commit e2221f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3d049431e08a847a222e20f406332529751b4365
refs/heads/master: 94f5659cfa4f14ba901fbbb8a57d0145754d0d37
2 changes: 2 additions & 0 deletions trunk/drivers/staging/octeon/ethernet-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ int cvm_oct_spi_init(struct net_device *dev)
if (number_spi_ports == 0) {
r = request_irq(OCTEON_IRQ_RML, cvm_oct_spi_rml_interrupt,
IRQF_SHARED, "SPI", &number_spi_ports);
if (r)
return r;
}
number_spi_ports++;

Expand Down

0 comments on commit e2221f8

Please sign in to comment.