1. 10 12月, 2009 1 次提交
    • B
      hwmon: (s3c-hwmon) Fix build error · 6d905e67
      Ben Dooks 提交于
      The previous patch, commit be4c23c9 was
      from the wrong tree and thus broke the current build which had the
      channel configuration name changed.
      
      Fix the following build errors:
      
      drivers/hwmon/s3c-hwmon.c: In function 's3c_hwmon_probe':
      drivers/hwmon/s3c-hwmon.c:326: warning: initialization from incompatible pointer type
      drivers/hwmon/s3c-hwmon.c:331: error: dereferencing pointer to incomplete type
      drivers/hwmon/s3c-hwmon.c:336: error: dereferencing pointer to incomplete type
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      6d905e67
  2. 08 12月, 2009 1 次提交
    • J
      Revert "pata_sis: Implement MWDMA for the UDMA 133 capable chips" · 1b52f2a4
      Jeff Garzik 提交于
      This reverts commit f20941f3.
      
      Sergei Shtylyov notes "You call min() on uncomparables [in
      mwdma_clip_to_pio()], i.e. mwdma_to_pio[] contains XFER_PIO_* and
      adev->pio_mode - XFER_PIO_0 yields you a mode number.  Thus the second
      argument will always "win" as a minimal one"
      
      Bartlomiej Zolnierkiewicz adds "There are more issues with the patch related
      to mwdma_clip_to_pio().  The function can return values between 0 and
      4 which obviously won't work well for the new code below for values
      >2 (i.e. resulting in out-of-bounds array access for the common-case
      of dev->pio_mode == XFER_PIO_4)."
      
      Bartlomiej Zolnierkiewicz also notes the patch is incomplete, failing to
      update MWDMA mode masks.
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      1b52f2a4
  3. 07 12月, 2009 23 次提交
  4. 06 12月, 2009 7 次提交
  5. 05 12月, 2009 8 次提交