mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 16:01:14 +07:00
[PATCH] pwc bug fix
The pwc chainsaw session left some setups not working. There is a sanity check on compression buffers that simply isn't right any more as we never allocate one. This doesn't address the email and other changes. I'll do those tomorrow if I get time, but it is the minimal fix for the code and basic feature set. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
8d5f7b4353
commit
c0105338eb
@ -332,10 +332,6 @@ static int pwc_allocate_buffers(struct pwc_device *pdev)
|
||||
#endif
|
||||
;
|
||||
}
|
||||
if (kbuf == NULL) {
|
||||
Err("Failed to allocate decompress table.\n");
|
||||
return -ENOMEM;
|
||||
}
|
||||
pdev->decompress_data = kbuf;
|
||||
|
||||
/* Allocate image buffer; double buffer for mmap() */
|
||||
|
Loading…
Reference in New Issue
Block a user