diff --git a/library/src/io/pwm.c b/library/src/io/pwm.c
index 926ba5cee70c89a92d3588586c16d4d9799e3628..881eae08d701360ff246ab2f2def7b8ad15d484f 100644
--- a/library/src/io/pwm.c
+++ b/library/src/io/pwm.c
@@ -144,6 +144,9 @@ static int __export_channels(int ss)
  */
 static int __unexport_channels(int ss)
 {
+	/* At a minimum, the channels need to be disabled prior to being unexported */
+	return 0;
+
 	int unexport_fd=0;
 	char buf[MAXBUF];
 	int len;