Commit 6cc401b
ACPI: LPSS: Deduplicate skipping device in acpi_lpss_create_device()
Add a new label to deduplicate skipping device code in the
acpi_lpss_create_device(). No functional change intended.
While at it, convert the last conditional to use the classical
pattern, i.e.
if (err)
...handle err...
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>1 parent da13b33 commit 6cc401b
1 file changed
Lines changed: 13 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
673 | | - | |
674 | | - | |
675 | | - | |
| 673 | + | |
676 | 674 | | |
677 | 675 | | |
678 | 676 | | |
| |||
683 | 681 | | |
684 | 682 | | |
685 | 683 | | |
686 | | - | |
687 | | - | |
688 | | - | |
689 | | - | |
690 | | - | |
| 684 | + | |
| 685 | + | |
691 | 686 | | |
692 | 687 | | |
693 | 688 | | |
| |||
699 | 694 | | |
700 | 695 | | |
701 | 696 | | |
702 | | - | |
703 | | - | |
704 | | - | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
705 | 701 | | |
706 | 702 | | |
707 | | - | |
708 | | - | |
| 703 | + | |
| 704 | + | |
709 | 705 | | |
710 | | - | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
711 | 710 | | |
712 | 711 | | |
713 | 712 | | |
| |||
0 commit comments