mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
[generic] partly revert r30708, it breaks various arches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30737 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c369186781
commit
294b1ab0fc
@ -1221,6 +1221,7 @@ CONFIG_LBDAF=y
|
||||
# CONFIG_LEDS_BD2802 is not set
|
||||
CONFIG_LEDS_CLASS=y
|
||||
# CONFIG_LEDS_DAC124S085 is not set
|
||||
CONFIG_LEDS_GPIO_PLATFORM=y
|
||||
# CONFIG_LEDS_INTEL_SS4200 is not set
|
||||
# CONFIG_LEDS_LM3530 is not set
|
||||
# CONFIG_LEDS_LP3944 is not set
|
||||
|
@ -1234,6 +1234,7 @@ CONFIG_LBDAF=y
|
||||
# CONFIG_LEDS_BD2802 is not set
|
||||
CONFIG_LEDS_CLASS=y
|
||||
# CONFIG_LEDS_DAC124S085 is not set
|
||||
CONFIG_LEDS_GPIO_PLATFORM=y
|
||||
# CONFIG_LEDS_INTEL_SS4200 is not set
|
||||
# CONFIG_LEDS_LM3530 is not set
|
||||
# CONFIG_LEDS_LP3944 is not set
|
||||
|
@ -1254,6 +1254,7 @@ CONFIG_LBDAF=y
|
||||
# CONFIG_LEDS_BD2802 is not set
|
||||
CONFIG_LEDS_CLASS=y
|
||||
# CONFIG_LEDS_DAC124S085 is not set
|
||||
CONFIG_LEDS_GPIO_PLATFORM=y
|
||||
# CONFIG_LEDS_INTEL_SS4200 is not set
|
||||
# CONFIG_LEDS_LM3530 is not set
|
||||
# CONFIG_LEDS_LP3944 is not set
|
||||
|
@ -1265,6 +1265,7 @@ CONFIG_LBDAF=y
|
||||
# CONFIG_LEDS_BD2802 is not set
|
||||
CONFIG_LEDS_CLASS=y
|
||||
# CONFIG_LEDS_DAC124S085 is not set
|
||||
CONFIG_LEDS_GPIO_PLATFORM=y
|
||||
# CONFIG_LEDS_INTEL_SS4200 is not set
|
||||
# CONFIG_LEDS_LM3530 is not set
|
||||
# CONFIG_LEDS_LP3944 is not set
|
||||
|
@ -144,6 +144,7 @@ static int rtl8366_smi_wait_for_ack(struct rtl8366_smi *smi)
|
||||
|
||||
if (++retry_cnt > RTL8366_SMI_ACK_RETRY_COUNT) {
|
||||
dev_err(smi->parent, "ACK timeout\n");
|
||||
dump_stack();
|
||||
return -ETIMEDOUT;
|
||||
}
|
||||
} while (1);
|
||||
|
Loading…
Reference in New Issue
Block a user