All of lore.kernel.org
 help / color / mirror / Atom feed
* - paride-fix-and-typo-in-drivers-block-paride-ptc.patch removed from -mm tree
@ 2007-11-06  5:52 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-11-06  5:52 UTC (permalink / raw)
  To: 12o3l, mm-commits


The patch titled
     paride: fix 'and' typo in drivers/block/paride/pt.c
has been removed from the -mm tree.  Its filename was
     paride-fix-and-typo-in-drivers-block-paride-ptc.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: paride: fix 'and' typo in drivers/block/paride/pt.c
From: Roel Kluin <12o3l@tiscali.nl>

Fix 'and' typo (PT_WRITE_OK is defined 2)

Signed-off-by: Roel Kluin <12o3l@tiscali.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/block/paride/pt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/block/paride/pt.c~paride-fix-and-typo-in-drivers-block-paride-ptc drivers/block/paride/pt.c
--- a/drivers/block/paride/pt.c~paride-fix-and-typo-in-drivers-block-paride-ptc
+++ a/drivers/block/paride/pt.c
@@ -664,7 +664,7 @@ static int pt_open(struct inode *inode, 
 		goto out;
 
 	err = -EROFS;
-	if ((!tape->flags & PT_WRITE_OK) && (file->f_mode & 2))
+	if ((!(tape->flags & PT_WRITE_OK)) && (file->f_mode & 2))
 		goto out;
 
 	if (!(iminor(inode) & 128))
_

Patches currently in -mm which might be from 12o3l@tiscali.nl are

origin.patch
unlock-when-ssp-tries-to-close-an-invalid-port.patch
git-dvb.patch
dvb-dont-return-with-locks-held.patch
lmc_ioctl-dont-return-with-locks-held-fix.patch
git-ocfs2.patch
cris-gpio-undo-locks-before-returning.patch
mips-undo-locking-on-error-path-returns.patch
mips-undo-locking-on-error-path-returns-checkpatch-fixes.patch
cris-build-fixes-update-eth_v10c-ethernet-driver-fix.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-06  5:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06  5:52 - paride-fix-and-typo-in-drivers-block-paride-ptc.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.