Commit a0e8dc91 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix hamradio netdriver builds

parent 366fe7be
...@@ -481,7 +481,7 @@ static void inline do_kiss_params(struct baycom_state *bc, ...@@ -481,7 +481,7 @@ static void inline do_kiss_params(struct baycom_state *bc,
({ \ ({ \
if (!(notbitstream & (0x1f0 << j))) \ if (!(notbitstream & (0x1f0 << j))) \
goto stuff##j; \ goto stuff##j; \
encodeend##j: \ encodeend##j: ; \
}) })
#define ENCODEITERB(j) \ #define ENCODEITERB(j) \
...@@ -716,7 +716,7 @@ static void do_rxpacket(struct net_device *dev) ...@@ -716,7 +716,7 @@ static void do_rxpacket(struct net_device *dev)
goto flgabrt##j; \ goto flgabrt##j; \
if ((bitstream & (0x1f8 << j)) == (0xf8 << j)) /* stuffed bit */ \ if ((bitstream & (0x1f8 << j)) == (0xf8 << j)) /* stuffed bit */ \
goto stuff##j; \ goto stuff##j; \
enditer##j: \ enditer##j: ; \
}) })
#define DECODEITERB(j) \ #define DECODEITERB(j) \
......
...@@ -38,5 +38,5 @@ $(obj)/sm_hapn4800.o: $(obj)/sm_tbl_hapn4800.h ...@@ -38,5 +38,5 @@ $(obj)/sm_hapn4800.o: $(obj)/sm_tbl_hapn4800.h
$(obj)/sm_fsk9600.o: $(obj)/sm_tbl_fsk9600.h $(obj)/sm_fsk9600.o: $(obj)/sm_tbl_fsk9600.h
$(obj)/sm_tbl_%: $(obj)/gentbl $(obj)/sm_tbl_%: $(obj)/gentbl
$(obj)/gentbl cd $(obj) && ./gentbl
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment