remove mu509 uart gpio request
authorxxh <xxh@rock-chips.com>
Fri, 29 Mar 2013 10:47:18 +0000 (18:47 +0800)
committerxxh <xxh@rock-chips.com>
Fri, 29 Mar 2013 10:47:18 +0000 (18:47 +0800)
drivers/misc/3g_module/mu509.c

index 29d341a401e0858a656cbbc62bdd50981f58be34..d6b4dad93a3157a65310dd7893d65c2edc8e3baa 100755 (executable)
@@ -203,9 +203,9 @@ static int mu509_probe(struct platform_device *pdev)
        if(pdata->io_init)
                pdata->io_init();
 
-   printk("******** mu509_probe_mu509_probe usb autosuspend *********\n");     
- // xxh begin
-               #if 1   
+   printk("******** mu509_probe_mu509_probe*********\n");      
+
+               #if 0   
                        rk30_mux_api_set(GPIO1A1_UART0SOUT_NAME, GPIO1A_GPIO1A4);       
                                    result = gpio_request(RK30_PIN1_PA4, "uart1_sout");                 
                                        if (result < 0) {       
@@ -220,7 +220,7 @@ static int mu509_probe(struct platform_device *pdev)
                        }               
    
          #endif        
-// xxh end
+
 
        mu509_data = kzalloc(sizeof(struct modem_dev), GFP_KERNEL);
        if(mu509_data == NULL)