Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1221812
| Path | csiph.com!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] serial: samsung: remove unused 'irq' parameter |
| Date | Thu, 10 Sep 2015 02:30:01 +0200 |
| Message-ID | <q6XUt-2ct-1@gated-at.bofh.it> (permalink) |
| References | <q6nxE-ij-23@gated-at.bofh.it> <q6nxE-ij-37@gated-at.bofh.it> |
| X-Original-To | Robert Baldyga <r.baldyga@samsung.com>, gregkh@linuxfoundation.org |
| X-Auditid | cbfec7f4-f79c56d0000012ee-0f-55f0cdfb0d3f |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | 7bit |
| X-Brightmail-Tracker | H4sIAAAAAAAAA+NgFrrMLMWRmVeSWpSXmKPExsVy+t/xa7q/z34INTh6VMWiefF6NospGz4w Wbx+YWhxedccNoszi3vZLdYeuctu8eDwTnYHdo/9c9ewe/RtWcXosX7LVRaPz5vkAliiuGxS UnMyy1KL9O0SuDI2XL/EXPCeqWLxRdEGxjVMXYycHBICJhKNDzawQNhiEhfurWfrYuTiEBJY yiix5f8WKOcLo8Ts1w+AOjg4hAXcJXr+FoM0iAi4SSz6dxeqppFRYknHWkaQBLNAtsTH5mVg U9kEjCU2L1/CBmLzCmhJHNg6nRXEZhFQlVi1bDJYvahAhMSps2+hagQlfky+B9bLCbTg55zV bCB7mQX0JO5f1IIYLy+xec1b5gmMArOQdMxCqJqFpGoBI/MqRtHU0uSC4qT0XEO94sTc4tK8 dL3k/NxNjJCg/rKDcfExq0OMAhyMSjy8E1rehwqxJpYVV+YeYpTgYFYS4U3b/iFUiDclsbIq tSg/vqg0J7X4EKM0B4uSOO/cXe9DhATSE0tSs1NTC1KLYLJMHJxSDYyFN9QXub3+8SwnLuKY fXTNv+6FbXmRLXed5DxmlVr7XTL8P3vKrQ2n/pyJUrv8fWvtQ6eaR/U7rzALJ2kkBqq9W/my LlfvulaF9PpPle8Wf+GuTdz5scmj3psrKvWBm4e7XYbNuvfvqr6F9bpLpLlb3S3f/NjjaFnV 9A7FT86PWXumvvDOP6TEUpyRaKjFXFScCAD/yvzaZgIAAA== |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 18 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | jslaby@suse.com, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, m.szyprowski@samsung.com |
| X-Original-Date | Thu, 10 Sep 2015 09:25:31 +0900 |
| X-Original-Message-ID | <55F0CDFB.5090606@samsung.com> |
| X-Original-References | <1441705127-24125-1-git-send-email-r.baldyga@samsung.com> <1441705127-24125-2-git-send-email-r.baldyga@samsung.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1221812 |
Show key headers only | View raw
On 08.09.2015 18:38, Robert Baldyga wrote: > This parameter is not used anywhere, so we can get rid of it. > > Signed-off-by: Robert Baldyga <r.baldyga@samsung.com> > --- > drivers/tty/serial/samsung.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] serial: samsung: Fix UART status handling and other fixes Robert Baldyga <r.baldyga@samsung.com> - 2015-09-08 11:40 +0200
[PATCH 1/3] serial: samsung: remove unused 'irq' parameter Robert Baldyga <r.baldyga@samsung.com> - 2015-09-08 11:40 +0200
Re: [PATCH 1/3] serial: samsung: remove unused 'irq' parameter Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-10 02:30 +0200
[PATCH 3/3] serial: samsung: Fix UART status handling in DMA mode Robert Baldyga <r.baldyga@samsung.com> - 2015-09-08 11:40 +0200
Re: [PATCH 3/3] serial: samsung: Fix UART status handling in DMA mode Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-10 02:50 +0200
Re: [PATCH 3/3] serial: samsung: Fix UART status handling in DMA mode Robert Baldyga <r.baldyga@samsung.com> - 2015-09-10 12:50 +0200
[PATCH 2/3] serial: samsung: remove unneded 'ignore_char' label Robert Baldyga <r.baldyga@samsung.com> - 2015-09-08 11:50 +0200
Re: [PATCH 2/3] serial: samsung: remove unneded 'ignore_char' label Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-10 02:30 +0200
Re: [PATCH 2/3] serial: samsung: remove unneded 'ignore_char' label Robert Baldyga <r.baldyga@samsung.com> - 2015-09-10 12:40 +0200
Re: [PATCH 0/3] serial: samsung: Fix UART status handling and other fixes Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-09 01:50 +0200
Re: [PATCH 0/3] serial: samsung: Fix UART status handling and other fixes Robert Baldyga <r.baldyga@samsung.com> - 2015-09-09 11:20 +0200
Re: [PATCH 0/3] serial: samsung: Fix UART status handling and other fixes Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-10 02:30 +0200
csiph-web