
19 Apr
2015
19 Apr
'15
3:36 p.m.
Hi Hans,
On 19 April 2015 at 03:33, Hans de Goede hdegoede@redhat.com wrote:
The compiler did not catch this as it was marked __maybe_unused.
Signed-off-by: Hans de Goede hdegoede@redhat.com
common/usb.c | 2 -- 1 file changed, 2 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Thanks for spotting this. Another minor problem is that get_descriptor_len() allocates a 512-byte buffer but only 64 bytes is needed.
Regards, Simon