We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c70238 commit f1ec92aCopy full SHA for f1ec92a
drivers/tty/hvc/hvsi_lib.c
@@ -303,7 +303,7 @@ int hvsilib_write_mctrl(struct hvsi_priv *pv, int dtr)
303
pr_devel("HVSI@%x: %s DTR...\n", pv->termno,
304
dtr ? "Setting" : "Clearing");
305
306
- ctrl.hdr.type = VS_CONTROL_PACKET_HEADER,
+ ctrl.hdr.type = VS_CONTROL_PACKET_HEADER;
307
ctrl.hdr.len = sizeof(struct hvsi_control);
308
ctrl.verb = cpu_to_be16(VSV_SET_MODEM_CTL);
309
ctrl.mask = cpu_to_be32(HVSI_TSDTR);
0 commit comments