| Submitter | Guo-Fu Tseng |
|---|---|
| Date | Oct. 8, 2008, 9:58 p.m. |
| Message ID | <20081008215853.M53590@cooldavid.org> |
| Download | mbox | patch |
| Permalink | /patch/3401/ |
| State | Accepted |
| Delegated to: | Jeff Garzik |
| Headers | show |
Comments
From: "Guo-Fu Tseng" <cooldavid@cooldavid.org> Date: Thu, 9 Oct 2008 05:58:53 +0800 > Dear Jeff, David: > > This patch: > > Advances the driver version after modification. > > The patch is also available at: > http://cooldavid.org/download/jme.net-next-2.6.20081009.3.patch > > Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/jme.h b/drivers/net/jme.h index 9fdf20a..f863aee 100644 --- a/drivers/net/jme.h +++ b/drivers/net/jme.h @@ -25,7 +25,7 @@ #define __JME_H_INCLUDEE__ #define DRV_NAME "jme" -#define DRV_VERSION "1.0.2" +#define DRV_VERSION "1.0.3" #define PFX DRV_NAME ": " #define PCI_DEVICE_ID_JMICRON_JMC250 0x0250
Dear Jeff, David: This patch: Advances the driver version after modification. The patch is also available at: http://cooldavid.org/download/jme.net-next-2.6.20081009.3.patch Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html