Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141094
b: refs/heads/master
c: 04ac01c
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent db4c329 commit bb5b6db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 0fba1a954db47fa9f62b559537e552c8cc8752ba
refs/heads/master: 04ac01caa68aca58347ff91354fc4851c9d619e9
3 changes: 0 additions & 3 deletions trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
#define SLIC_ASSERT_ENABLED 1
#define SLIC_PING_TIMER_ENABLED 1
#define SLIC_INTERRUPT_PROCESS_LIMIT 1
#define LINUX_FREES_ADAPTER_RESOURCES 1
#define SLIC_OFFLOAD_IP_CHECKSUM 1
#define STATS_TIMER_INTERVAL 2
#define PING_TIMER_INTERVAL 1
Expand Down Expand Up @@ -1787,11 +1786,9 @@ static int slic_if_init(struct adapter *adapter)

static void slic_unmap_mmio_space(struct adapter *adapter)
{
#if LINUX_FREES_ADAPTER_RESOURCES
if (adapter->slic_regs)
iounmap(adapter->slic_regs);
adapter->slic_regs = NULL;
#endif
}

static int slic_adapter_allocresources(struct adapter *adapter)
Expand Down

0 comments on commit bb5b6db

Please sign in to comment.