diff options
Diffstat (limited to 'drivers/scsi/sym53c8xx_2/sym_malloc.c')
-rw-r--r-- | drivers/scsi/sym53c8xx_2/sym_malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sym53c8xx_2/sym_malloc.c b/drivers/scsi/sym53c8xx_2/sym_malloc.c index 92bf9b14a7a2..883cac10daf9 100644 --- a/drivers/scsi/sym53c8xx_2/sym_malloc.c +++ b/drivers/scsi/sym53c8xx_2/sym_malloc.c | |||
@@ -262,7 +262,7 @@ static void ___free_dma_mem_cluster(m_pool_p mp, void *m) | |||
262 | #endif | 262 | #endif |
263 | 263 | ||
264 | /* Fetch the memory pool for a given pool id (i.e. DMA constraints) */ | 264 | /* Fetch the memory pool for a given pool id (i.e. DMA constraints) */ |
265 | static __inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat) | 265 | static inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat) |
266 | { | 266 | { |
267 | m_pool_p mp; | 267 | m_pool_p mp; |
268 | for (mp = mp0.next; | 268 | for (mp = mp0.next; |