Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f68ad7f authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

drivers/isdn: Use static const char * const where possible

parent 068e8a30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
#include "callbacks.h"


char * isdn_state_table[] = {
const char * const isdn_state_table[] = {
  "Closed",
  "Call initiated",
  "Overlap sending",
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ struct fsm_timer_entry {
	unsigned long timeout;          /* in seconds */
};

extern char * isdn_state_table[];
extern const char * const isdn_state_table[];

void pcbit_fsm_event(struct pcbit_dev *, struct pcbit_chan *,
		     unsigned short event, struct callb_data *);