drivers remove device _debug_enabled

This commit is contained in:
Daniel Agar
2017-09-24 11:39:30 -04:00
parent e5f46856c4
commit 0da2dca8c1
10 changed files with 2 additions and 36 deletions
-1
View File
@@ -241,7 +241,6 @@ MK::MK(int bus, const char *_device_path) :
strncpy(_device, _device_path, sizeof(_device));
/* enforce null termination */
_device[sizeof(_device) - 1] = '\0';
_debug_enabled = true;
}
MK::~MK()