diff for duplicates of <200801211429.29906.david-b@pacbell.net> diff --git a/a/1.txt b/N1/1.txt index 757f7b4..a3ea699 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -6,7 +6,7 @@ On Monday 21 January 2008, Magnus Damm wrote: > is possible to use the SCI hardware block in syncronous mode, but this version > of the driver simply hooks up the bit banging code on the SCI pins. > -> Signed-off-by: Magnus Damm <damm@igel.co.jp> +> Signed-off-by: Magnus Damm <damm-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org> > --- > > drivers/spi/Kconfig | 7 + @@ -215,7 +215,7 @@ might be possible on this one too. > + int i; > + > + master = spi_alloc_master(&dev->dev, sizeof(struct sh_sci_spi)); -> + if (master = NULL) { +> + if (master == NULL) { > + dev_err(&dev->dev, "failed to allocate spi master\n"); > + ret = -ENOMEM; > + goto err0; @@ -240,7 +240,7 @@ might be possible on this one too. > + sp->bitbang.txrx_word[SPI_MODE_3] = sh_sci_spi_txrx_mode3; > + > + r = platform_get_resource(dev, IORESOURCE_MEM, 0); -> + if (r = NULL) { +> + if (r == NULL) { > + ret = -ENOENT; > + goto err1; > + } @@ -310,4 +310,11 @@ by the SPI core code, according to what the board init code told it. > +MODULE_DESCRIPTION("SH SCI SPI Driver"); > +MODULE_AUTHOR("Magnus Damm"); > +MODULE_LICENSE("GPL"); -> +> + + + +------------------------------------------------------------------------- +This SF.net email is sponsored by: Microsoft +Defy all challenges. Microsoft(R) Visual Studio 2008. +http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ diff --git a/a/content_digest b/N1/content_digest index 98138b2..f563064 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\020080121104913.11908.50319.sendpatchset@clockwork.opensource.se\0" "ref\020080121104913.11908.50319.sendpatchset-oNevn9JCO/nrQWrVbqIkupgxem/jg0Vn@public.gmane.org\0" - "From\0David Brownell <david-b@pacbell.net>\0" + "From\0David Brownell <david-b-yBeKhBN/0LDR7s880joybQ@public.gmane.org>\0" "Subject\0Re: [PATCH] spi: add support for SPI over SuperH SCI pins\0" - "Date\0Mon, 21 Jan 2008 22:29:29 +0000\0" + "Date\0Mon, 21 Jan 2008 14:29:29 -0800\0" "To\0Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" "Cc\0spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org" lethal-M7jkjyW5wf5g9hUCZPvPmw@public.gmane.org @@ -17,7 +17,7 @@ "> is possible to use the SCI hardware block in syncronous mode, but this version\n" "> of the driver simply hooks up the bit banging code on the SCI pins.\n" "> \n" - "> Signed-off-by: Magnus Damm <damm@igel.co.jp>\n" + "> Signed-off-by: Magnus Damm <damm-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org>\n" "> ---\n" "> \n" "> drivers/spi/Kconfig | 7 +\n" @@ -226,7 +226,7 @@ "> +\tint i;\n" "> +\n" "> +\tmaster = spi_alloc_master(&dev->dev, sizeof(struct sh_sci_spi));\n" - "> +\tif (master = NULL) {\n" + "> +\tif (master == NULL) {\n" "> +\t\tdev_err(&dev->dev, \"failed to allocate spi master\\n\");\n" "> +\t\tret = -ENOMEM;\n" "> +\t\tgoto err0;\n" @@ -251,7 +251,7 @@ "> +\tsp->bitbang.txrx_word[SPI_MODE_3] = sh_sci_spi_txrx_mode3;\n" "> +\n" "> +\tr = platform_get_resource(dev, IORESOURCE_MEM, 0);\n" - "> +\tif (r = NULL) {\n" + "> +\tif (r == NULL) {\n" "> +\t\tret = -ENOENT;\n" "> +\t\tgoto err1;\n" "> +\t}\n" @@ -321,6 +321,13 @@ "> +MODULE_DESCRIPTION(\"SH SCI SPI Driver\");\n" "> +MODULE_AUTHOR(\"Magnus Damm\");\n" "> +MODULE_LICENSE(\"GPL\");\n" - > + "> \n" + "\n" + "\n" + "\n" + "-------------------------------------------------------------------------\n" + "This SF.net email is sponsored by: Microsoft\n" + "Defy all challenges. Microsoft(R) Visual Studio 2008.\n" + http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ -6f7b4dace6c8fb56a84e4cbaaf589d9ac59d78c1ed226403b96beaab4115abcf +7027df4d137fd50e42d2656617f1ad19d8e45a10718ce68d636497bf2187c29f
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.