From c49a56c954616d64b3596f2020714db77c98dffd Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 6 Jan 2014 13:03:04 -0600 Subject: [PATCH] dahdi: Change auto_assign_spans default from 1 to 0. The infrastructure has been put in place in 2.8.0 for fully dynamic device and span configuration. This will be the default mode in DAHDI-Linux 2.9.0. Signed-off-by: Shaun Ruffell Acked-by: Tzafrir Cohen Acked-by: Russ Meyerriecks Acked-by: Oron Peled --- drivers/dahdi/dahdi-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dahdi/dahdi-base.c b/drivers/dahdi/dahdi-base.c index 908001a..bda0ae7 100644 --- a/drivers/dahdi/dahdi-base.c +++ b/drivers/dahdi/dahdi-base.c @@ -7373,7 +7373,7 @@ int dahdi_assign_device_spans(struct dahdi_device *ddev) return 0; } -static int auto_assign_spans = 1; +static int auto_assign_spans; static const char *UNKNOWN = ""; /**