• Randy Dunlap's avatar
    [PATCH] aha1542: add kmalloc type · bc4ac51e
    Randy Dunlap authored
    From: Timmy Yee <shoujun@masterofpi.org>
    
    In drivers/scsi/aha1542.c, kmalloc() is called with no memtype (i.e.
    without some flag like GFP_KERNEL). The following patch will fix that.
    
    diff -puN drivers/scsi/aha1542.c~aha1542_kmalloc_type drivers/scsi/aha1542.c
    
    
     linux-262-rc1-bk1-rddunlap/drivers/scsi/aha1542.c |    2 +-
     1 files changed, 1 insertion(+), 1 deletion(-)
    bc4ac51e
aha1542.c 51.3 KB