* [Qemu-devel] one line patch for hw/pl110.c
@ 2006-03-01 12:39 Tao Huang
2006-03-02 23:58 ` Paul Brook
0 siblings, 1 reply; 2+ messages in thread
From: Tao Huang @ 2006-03-01 12:39 UTC (permalink / raw)
To: qemu-devel
diff -u -r1.2 pl110.c
--- hw/pl110.c 6 Feb 2006 16:05:19 -0000 1.2
+++ hw/pl110.c 1 Mar 2006 12:35:07 -0000
@@ -321,6 +321,7 @@
n = (offset - 0x200) >> 2;
s->raw_pallette[(offset - 0x200) >> 2] = val;
pl110_update_pallette(s, n);
+ return;
}
switch (offset >> 2) {
case 0: /* LCDTiming0 */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] one line patch for hw/pl110.c
2006-03-01 12:39 [Qemu-devel] one line patch for hw/pl110.c Tao Huang
@ 2006-03-02 23:58 ` Paul Brook
0 siblings, 0 replies; 2+ messages in thread
From: Paul Brook @ 2006-03-02 23:58 UTC (permalink / raw)
To: qemu-devel
On Wednesday 01 March 2006 12:39, Tao Huang wrote:
> diff -u -r1.2 pl110.c
> --- hw/pl110.c 6 Feb 2006 16:05:19 -0000 1.2
> +++ hw/pl110.c 1 Mar 2006 12:35:07 -0000
> @@ -321,6 +321,7 @@
> n = (offset - 0x200) >> 2;
> s->raw_pallette[(offset - 0x200) >> 2] = val;
> pl110_update_pallette(s, n);
> + return;
> }
> switch (offset >> 2) {
> case 0: /* LCDTiming0 */
Applied, thanks.
Paul
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-03 0:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-01 12:39 [Qemu-devel] one line patch for hw/pl110.c Tao Huang
2006-03-02 23:58 ` Paul Brook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).