• Geert Uytterhoeven's avatar
    [PATCH] Atari NCR5380 SCSI: bitops operate on long · ee0d7c25
    Geert Uytterhoeven authored
    Atari NCR5380 SCSI driver tag bitmap updates:
      - Use DECLARE_BITMAP() to declare the tag bitmap
      - Remove `MAX_TAGS must be a multiple of 32', which is no longer true
      - Declare and use CLEAR_BITMAP() to set all bits in a bitmap to zero
      - Fix bitops call problems that got unnoticed before
    ee0d7c25
atari_NCR5380.c 92.2 KB