Add support for pineapple
- Enables bt kernel driver for pineapple - Replace fallthrough comments with attribute - Disable WLAN dependencies Change-Id: I7843ecc47b656e22d9e558af6be8d3445d79918f
这个提交包含在:
@@ -1309,7 +1309,8 @@ void rtc6226_rds_handler(struct work_struct *worker)
|
||||
case RDS_TYPE_0A:
|
||||
if (radio->bler[2] <= CORRECTED_THREE_TO_FIVE)
|
||||
rtc6226_update_af_list(radio);
|
||||
/* fall through */
|
||||
/* fall through */
|
||||
fallthrough;
|
||||
case RDS_TYPE_0B:
|
||||
addr = (radio->block[1] & PS_MASK) * NO_OF_CHARS_IN_EACH_ADD;
|
||||
FMDBG("%s RDS is PS\n", __func__);
|
||||
|
在新工单中引用
屏蔽一个用户