mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 20:48:08 +07:00
Staging: usbip: fix up build error
This dma flag is no longer in the kernel. Remove it as it's pointless and it causes a build error. Cc: Endre Kollar <taxy443@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b7a937e90c
commit
3924865f7d
@ -457,8 +457,8 @@ static void masking_bogus_flags(struct urb *urb)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* enforce simple/standard policy */
|
/* enforce simple/standard policy */
|
||||||
allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_SETUP_DMA_MAP |
|
allowed = (URB_NO_TRANSFER_DMA_MAP | URB_NO_INTERRUPT |
|
||||||
URB_NO_INTERRUPT | URB_DIR_MASK | URB_FREE_BUFFER);
|
URB_DIR_MASK | URB_FREE_BUFFER);
|
||||||
switch (xfertype) {
|
switch (xfertype) {
|
||||||
case USB_ENDPOINT_XFER_BULK:
|
case USB_ENDPOINT_XFER_BULK:
|
||||||
if (is_out)
|
if (is_out)
|
||||||
|
Loading…
Reference in New Issue
Block a user