Commit 5e215396 authored by Andrew Morton's avatar Andrew Morton Committed by James Bottomley

Remove duplicate safe_for_read(READ_BUFFER)

From: Miles Bader <miles@gnu.org>
Signed-off-by: default avatarMiles Bader <miles@gnu.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 5416edba
...@@ -130,7 +130,6 @@ static int verify_command(struct file *file, unsigned char *cmd) ...@@ -130,7 +130,6 @@ static int verify_command(struct file *file, unsigned char *cmd)
safe_for_read(START_STOP), safe_for_read(START_STOP),
safe_for_read(GPCMD_VERIFY_10), safe_for_read(GPCMD_VERIFY_10),
safe_for_read(VERIFY_16), safe_for_read(VERIFY_16),
safe_for_read(READ_BUFFER),
/* Audio CD commands */ /* Audio CD commands */
safe_for_read(GPCMD_PLAY_CD), safe_for_read(GPCMD_PLAY_CD),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment