PR/51541: Henning Petersen: replace , with ;
This commit is contained in:
parent
9015c01fa3
commit
87f6b1ee5b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: nouveau_engine_disp_dport.c,v 1.1.1.1 2014/08/06 12:36:24 riastradh Exp $ */
|
||||
/* $NetBSD: nouveau_engine_disp_dport.c,v 1.2 2016/10/09 14:52:50 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: nouveau_engine_disp_dport.c,v 1.1.1.1 2014/08/06 12:36:24 riastradh Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: nouveau_engine_disp_dport.c,v 1.2 2016/10/09 14:52:50 christos Exp $");
|
||||
|
||||
#include <subdev/bios.h>
|
||||
#include <subdev/bios/dcb.h>
|
||||
|
@ -262,7 +262,7 @@ dp_link_train_fini(struct dp_state *dp)
|
|||
};
|
||||
|
||||
/* post-train script */
|
||||
init.offset = dp->info.script[1],
|
||||
init.offset = dp->info.script[1];
|
||||
nvbios_exec(&init);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue