diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-utils/xine_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/xine_check.c b/src/xine-utils/xine_check.c index a2a399ea2..57e8a5f21 100644 --- a/src/xine-utils/xine_check.c +++ b/src/xine-utils/xine_check.c @@ -278,7 +278,7 @@ xine_health_check_t* xine_health_check_dma (xine_health_check_t* hc) { return hc; } - if (major (st.st_rdev) == LVM_BLK_MAJOR) { + if (SCSI_BLK_MAJOR(major(st.st_rdev))) { is_scsi_dev = 1; set_hc_result(hc, XINE_HEALTH_CHECK_OK, "SKIPPED - Operation not supported on SCSI drives or drives that use the ide-scsi module."); return hc; |