Skip to content

Commit

Permalink
firewire: fw-sbp2: remove unused misleading macro
Browse files Browse the repository at this point in the history
SBP2_MAX_SECTORS is nowhere used in fw-sbp2.
It merely got copied over from sbp2 where it played a role in the past.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
  • Loading branch information
Stefan Richter committed Jan 30, 2008
1 parent b7811da commit 4b11ea9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/firewire/fw-sbp2.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ struct sbp2_target {
};

#define SBP2_MAX_SG_ELEMENT_LENGTH 0xf000
#define SBP2_MAX_SECTORS 255 /* Max sectors supported */
#define SBP2_ORB_TIMEOUT 2000 /* Timeout in ms */

#define SBP2_ORB_NULL 0x80000000

#define SBP2_DIRECTION_TO_MEDIA 0x0
Expand Down

0 comments on commit 4b11ea9

Please sign in to comment.