mirror of https://gitee.com/openkylin/linux.git
m68k/mac: Remove bogus "FIXME" comment
This code works fine. The comment is misleading so remove it. Tested-by: Stan Johnson <userm57@yahoo.com> Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
6df2afba7a
commit
ecd685580c
|
@ -329,10 +329,6 @@ static void via_shutdown(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* FIXME: not sure how this is supposed to work exactly...
|
|
||||||
*/
|
|
||||||
|
|
||||||
static void oss_shutdown(void)
|
static void oss_shutdown(void)
|
||||||
{
|
{
|
||||||
oss->rom_ctrl = OSS_POWEROFF;
|
oss->rom_ctrl = OSS_POWEROFF;
|
||||||
|
|
Loading…
Reference in New Issue