We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7d2e7 commit 5266215Copy full SHA for 5266215
1 file changed
sw/AMI/driver/ami_amc_control.c
@@ -47,9 +47,6 @@ static DEFINE_XARRAY_ALLOC(cid_xarray);
47
#define REQUEST_HEARTBEAT_TIMEOUT (msecs_to_jiffies(500)) /* 0.5 seconds */
48
#define HEARTBEAT_REQUEST_INTERVAL (5000)
49
#define LOGGING_SLEEP_INTERVAL (500)
50
-/* Poll granularity for the stoppable sleep - bounds how long kthread_stop()
51
- * (and thus rmmod) waits for a worker thread to notice it should exit. */
52
-#define AMC_STOP_POLL_INTERVAL_MS (50)
53
54
55
/* AMC Identify Command Version Major and Minor Numbers */
0 commit comments