Set Higher priority
authorGuillaume Zajac <guillaume.zajac@linux.intel.com>
Tue, 19 Mar 2013 16:37:14 +0000 (17:37 +0100)
committerwootak.jung <wootak.jung@samsung.com>
Sun, 24 Mar 2013 06:51:13 +0000 (15:51 +0900)
Change-Id: I9ba0602eb7967e68d65850052028efd5884e3514

src/desc_at.c

index af48c2c..9a163b6 100644 (file)
@@ -76,7 +76,7 @@ static void on_unload(TcorePlugin *p)
 
 struct tcore_plugin_define_desc plugin_define_desc = {
        .name = "AT",
-       .priority = TCORE_PLUGIN_PRIORITY_HIGH + 1,
+       .priority = TCORE_PLUGIN_PRIORITY_HIGH - 1,
        .version = 1,
        .load = on_load,
        .init = on_init,