[PATCH] update two drivers for poison.h
Update two drivers to use poison.h. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
c9cf55285e
commit
b3c681e091
@@ -33,6 +33,7 @@
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/mm.h>
|
||||
#include <linux/pci.h>
|
||||
#include <linux/poison.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/atm.h>
|
||||
#include <linux/atmdev.h>
|
||||
@@ -754,7 +755,7 @@ static void process_txdone_queue (struct fs_dev *dev, struct queue *q)
|
||||
fs_kfree_skb (skb);
|
||||
|
||||
fs_dprintk (FS_DEBUG_ALLOC, "Free trans-d: %p\n", td);
|
||||
memset (td, 0x12, sizeof (struct FS_BPENTRY));
|
||||
memset (td, ATM_POISON_FREE, sizeof(struct FS_BPENTRY));
|
||||
kfree (td);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user