> > Building hbm.o for v3.13.2 triggers a GCC warning: > drivers/misc/mei/hbm.c: In function 'mei_hbm_dispatch': > drivers/misc/mei/hbm.c:596:3: warning: 'return' with a value, in function > returning void [enabled by default] > return 0; > ^ > > GCC is correct, obviously. So let's return void instead of zero here.
The patch was based on top of this one http://www.spinics.net/lists/stable/msg31386.html , which was too big for stable, So your fix is correct here. ACK. N�����r��y����b�X��ǧv�^�){.n�+����{����zX����ܨ}���Ơz�&j:+v�������zZ+��+zf���h���~����i���z��w���?�����&�)ߢf��^jǫy�m��@A�a��� 0��h���i

