commit | af2ac1a091bc8bee73d7837b73ebfb00b917aece | [log] [tgz] |
---|---|---|
author | Pete Zaitcev <zaitcev@redhat.com> | Mon Dec 07 20:29:05 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 02 14:53:06 2010 -0800 |
tree | 33da619442861202456410d4b91d9658475e5255 | |
parent | 4fdb31d9665a9106190d9f8888cf06252c20f3ce [diff] |
USB: serial mct_usb232: move DMA buffers to heap My distro kernel (Fedora Rawhide) started throwing warnings from DMA API checker, so I have no choice but band-aid it quick. There's no attempt to reuse DMA buffers. Control messages are only sent rarely anyway. Signed-off-by: Pete Zaitcev <zaitcev@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>