[Line6linux-devel] fix coding style issues
Status: Pre-Alpha
Brought to you by:
mgrabner
From: Laurent N. <lau...@gm...> - 2012-12-20 21:12:31
|
Hi, As my previously sended patches seems lost, i will resend at the beginning of 2013. this comments generate a switch/case non alignment warning, i think it could be removed. .... case LINE6_DEVID_PODSTUDIO_UX2: case LINE6_DEVID_TONEPORT_GX: case LINE6_DEVID_TONEPORT_UX1: case LINE6_DEVID_TONEPORT_UX2: ep_read = 0x82; ep_write = 0x01; break; /* this is for interface_number == 1: case LINE6_DEVID_TONEPORT_UX2: case LINE6_DEVID_PODSTUDIO_UX2: ep_read = 0x87; ep_write = 0x00; break; */ default: MISSING_CASE; You agree ? Regards, Laurent -- « On ne résout pas un problème avec les modes de pensée qui l’ont engendré. » « You cannot solve current problems with current thinking. Current problems are the result of current thinking » |