nvdisp_disp0: Fix broken assert.
This commit is contained in:
parent
039fc7f985
commit
ac2feaf5fb
|
@ -14,7 +14,7 @@ namespace NVDRV {
|
|||
namespace Devices {
|
||||
|
||||
u32 nvdisp_disp0::ioctl(u32 command, const std::vector<u8>& input, std::vector<u8>& output) {
|
||||
ASSERT(false, "Unimplemented");
|
||||
UNIMPLEMENTED();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue