Typo in last commit: missing ')'

This commit is contained in:
Poul-Henning Kamp 2003-09-26 12:13:35 +00:00
parent aa808a7fa6
commit 405f776c83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120472
2 changed files with 2 additions and 2 deletions

View file

@ -165,7 +165,7 @@ gdc_attach(device_t dev)
#ifdef FB_INSTALL_CDEV
/* attach a virtual frame buffer device */
error = fb_attach(GDC_MKMINOR(device_get_unit(dev),
error = fb_attach(GDC_MKMINOR(device_get_unit(dev)),
sc->adp, &gdc_cdevsw);
if (error) {
gdc_release_resource(dev);

View file

@ -165,7 +165,7 @@ gdc_attach(device_t dev)
#ifdef FB_INSTALL_CDEV
/* attach a virtual frame buffer device */
error = fb_attach(GDC_MKMINOR(device_get_unit(dev),
error = fb_attach(GDC_MKMINOR(device_get_unit(dev)),
sc->adp, &gdc_cdevsw);
if (error) {
gdc_release_resource(dev);