mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
remove mu509 uart gpio request
This commit is contained in:
parent
401e7f1d2f
commit
16d0142575
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user