2012-10-04 23:03:22

by Dmytro Milinevskyy

[permalink] [raw]
Subject: [PATCH] usb: gadget: ncm: correct endianess conversion


Signed-off-by: Dmytro Milinevskyy <[email protected]>
---
drivers/usb/gadget/f_ncm.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/usb/gadget/f_ncm.c b/drivers/usb/gadget/f_ncm.c
index b651b52..fce45ab 100644
--- a/drivers/usb/gadget/f_ncm.c
+++ b/drivers/usb/gadget/f_ncm.c
@@ -869,11 +869,11 @@ static struct sk_buff *ncm_wrap_ntb(struct gether *port,
struct sk_buff *skb2;
int ncb_len = 0;
__le16 *tmp;
- int div = ntb_parameters.wNdpInDivisor;
- int rem = ntb_parameters.wNdpInPayloadRemainder;
- int pad;
- int ndp_align = ntb_parameters.wNdpInAlignment;
- int ndp_pad;
+ int div = le16_to_cpu(ntb_parameters.wNdpInDivisor);
+ int rem = le16_to_cpu(ntb_parameters.wNdpInPayloadRemainder);
+ int pad;
+ int ndp_align = le16_to_cpu(ntb_parameters.wNdpInAlignment);
+ int ndp_pad;
unsigned max_size = ncm->port.fixed_in_len;
struct ndp_parser_opts *opts = ncm->parser_opts;
unsigned crc_len = ncm->is_crc ? sizeof(uint32_t) : 0;
--
1.7.12


2012-10-08 06:58:45

by Felipe Balbi

[permalink] [raw]
Subject: Re: [PATCH] usb: gadget: ncm: correct endianess conversion

On Fri, Oct 05, 2012 at 01:58:21AM +0300, Dmytro Milinevskyy wrote:
>
> Signed-off-by: Dmytro Milinevskyy <[email protected]>

missing commit log. NAK. Just resend with a proper commit log and I can
apply.

--
balbi


Attachments:
(No filename) (222.00 B)
signature.asc (836.00 B)
Digital signature
Download all attachments