Skip to content

Commit

Permalink
configs: SUSPEND_DURING_VOICE_CALL is not a module
Browse files Browse the repository at this point in the history
Signed-off-by: celtare21 <[email protected]>
  • Loading branch information
celtare21 committed Jan 8, 2023
1 parent 03c06eb commit fdf3fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/slider_gki.fragment
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ CONFIG_CPIF_TP_MONITOR=m
CONFIG_LINK_DEVICE_PCIE_GPIO_WA=y
CONFIG_CP_WRESET_WA=y
CONFIG_CP_THERMAL=m
CONFIG_SUSPEND_DURING_VOICE_CALL=m
CONFIG_SUSPEND_DURING_VOICE_CALL=y
CONFIG_CH_EXTENSION=m
CONFIG_MODEM_IF_QOS=m
CONFIG_VIDEO_EXYNOS_MFC=m
Expand Down
2 changes: 1 addition & 1 deletion net/8021q/vlanproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ static int vlandev_seq_show(struct seq_file *seq, void *offset)
const struct vlan_priority_tci_mapping *mp
= vlan->egress_priority_map[i];
while (mp) {
seq_printf(seq, "%u:%hu ",
seq_printf(seq, "%u:%d ",
mp->priority, ((mp->vlan_qos >> 13) & 0x7));
mp = mp->next;
}
Expand Down

0 comments on commit fdf3fa9

Please sign in to comment.